Skip to content
Snippets Groups Projects
Commit b99f87e1 authored by Eric Wait's avatar Eric Wait
Browse files

Changed legend position

parent 26d9e771
No related branches found
No related tags found
No related merge requests found
......@@ -43,11 +43,11 @@ function PlotResults(times,kernelName,numDevices)
types = vertcat(types,typesDev);
end
legend(types,'Location','northwest');
legend(types,'Location','southwest');
title(kernelName)
xlabel('Number of Voxels');
ylabel('Cuda is this many times faster');
ylabel('Cuda Speedup');
f.Units = 'normalized';
f.Position = [0,0,1,1];
......
......@@ -6,7 +6,7 @@ numTrials = 2;
numDevices = ImProc.Cuda.DeviceCount();
sizes_rc = [...
0512,0512,1,1,1; % single small images
1024,1024,1,1,1; % single medium image
1024,1024,1,1,1; % single medium image
2048,2048,1,1,1; % single large image
1024,1024,150,1,1; % 3D medium image
1024,1024,150,2,1; % 4D medium image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment