Rank: 18 based on 1277 downloads (last 30 days) and 11 files submitted
photo

Ben Tordoff

E-mail
Company/University
MathWorks
Lat/Long
52.22944259643555, 0.153099998831749

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Ben View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
08 May 2013 Screenshot GPUBench Compare GPUs using standard numerical benchmarks in MATLAB. Author: Ben Tordoff gpu, performance, benchmark, bench, utilities, timing 200 9
  • 4.66667
4.7 | 3 ratings
26 Apr 2013 Screenshot GUI Layout Toolbox Layout management objects for MATLAB GUIs Author: Ben Tordoff gui, boxlayout, pick of the week, java, gridlayout, layout 435 190
  • 4.92308
4.9 | 78 ratings
28 Mar 2013 Screenshot Rotate X-axis tick labels Rotate x-tick labels to any angle, preserving font settings and coping with resize, zoom, pan etc Author: Ben Tordoff plotting, xtick 333 34
  • 4.6
4.6 | 16 ratings
08 Jan 2013 Screenshot Multi progress bar A new "shiny" progress-bar with multiple bars in a single window, time-estimates and more. Author: Ben Tordoff gui, progress bar, waitbar 86 33
  • 4.90909
4.9 | 22 ratings
01 Nov 2012 Screenshot A GPU Mandelbrot Set Explore the Mandelbrot Set using MATLAB and a GPU. Author: Ben Tordoff gpu, fractal, graphics 60 0
  • 5.0
5.0 | 1 rating
Comments and Ratings by Ben View all
Updated File Comments Rating
09 May 2013 GPUBench Compare GPUs using standard numerical benchmarks in MATLAB. Author: Ben Tordoff

Hi Andrei,

yes, you can do this with the tool as it is, although it isn't that easy. I will look at adding a more convenient way later.

1. Remove the data-file for the release you are using (so data/R2013a.mat if using the latest release).
2. Capture and store the results from each machine/GPU you are interested in:

>> data = gpuBench();
>> gpubench.saveResults(data);

This will build up a new data-file specific to your machines and the MATLAB release being used. Let me know if this doesn't work for you or you have suggestions as to how to make this more convenient.

Cheers
Ben

29 Apr 2013 GUI Layout Toolbox Layout management objects for MATLAB GUIs Author: Ben Tordoff

Hi Yannick. This is easy enough to do. I'll make sure it's in the next update. If you would like to test it before then, email me using the author link above and I'll send you a patch.

26 Apr 2013 GUI Layout Toolbox Layout management objects for MATLAB GUIs Author: Ben Tordoff

Hi Yannick, thanks for that fix – I'll make sure it's updated in the next version.

There isn't a definitive list of the default properties, I'm afraid. PanelBox will take notice of the default title colour, but that's about all.

Which border was it you wanted to remove, the one around the title, the one around the contents, or both?

19 Mar 2013 GUI Layout Toolbox Layout management objects for MATLAB GUIs Author: Ben Tordoff

Hi Dani, this is related to the legend problems we have already fixed. I have a fix for this too, but it isn't quite ready for release yet. Watch this space...

07 Mar 2013 GUI Layout Toolbox Layout management objects for MATLAB GUIs Author: Ben Tordoff

Thanks Sven, I'll get onto that and submit a fix.

Comments and Ratings on Ben's Files View all
Updated File Comment by Comments Rating
24 May 2013 GPUBench Compare GPUs using standard numerical benchmarks in MATLAB. Author: Ben Tordoff Justin

I am getting the following error when attempting to use your app on R2013a:

Error using evalin
Undefined function or variable 'GPUBenchApp'.

Error in appinstall.internal.runapp>execute (line 69)
out = evalin('caller', [script ';']);

Error in appinstall.internal.runapp>runapp13a (line 51)
outobj = execute(fullfile(appinstalldir, [wrapperfile 'App.m']));

Error in appinstall.internal.runapp>runcorrectversion (line 35)
appobj = runapp13a(appinstalldir);

Error in appinstall.internal.runapp (line 17)
out = runcorrectversion(appmetadata, appentrypoint, appinstalldir);

22 May 2013 GUI Layout Toolbox Layout management objects for MATLAB GUIs Author: Ben Tordoff Kronos

Very slick and easy to work with. It's very well documented so anyone can pick this up in a heartbeat. However, if you have HG2 enabled, this will not work. Any plan in the future of this support?

http://undocumentedmatlab.com/blog/hg2-update/

21 May 2013 GUI Layout Toolbox Layout management objects for MATLAB GUIs Author: Ben Tordoff Yannick

Hi Ben, David,

I am having issues with the latest release and changing the limits of axes with patches objects in them.

if you do :
f=figure
b=uiextras.VBox('Parent', f)
a1=axes('Parent',b)
a2=axes('Parent',b)
contourf(peaks)
set(a2, 'YLim', [10 30])

You will see the contours coming out of the axes onto the neighbouring elements.

Is there a way to get the axes to update itself correctly ?

Many thanks,
Yannick

19 May 2013 GUI Layout Toolbox Layout management objects for MATLAB GUIs Author: Ben Tordoff Colin

Hi Ben,

I have been trying to make use of TabPanels for visualising a dataset. I can create and plot to several tabs each containing a flexible grid of axes:

TP=uiextras.TabPanel('Parent',figure)
for p = 1:Ntabs;
GF=uiextras.GridFlex('Parent',TP)
for q = 1:Naxes
axh(p,q)=axes('Parent',GF);
end;end

...
plot(axh(p,q),...)

Unfortunately if I make the figure reasonably large on the screen when I change tabs the axes on the old tab are not fully hidden and obscure the axes on the new tab (basically it looks a mess). If I slightly resize the figure window then the view updates and the axes are displayed correctly. Normally the first few times I change tab things work correctly.

I am using GUIlayout v1p13 on R2013a on win7.

Any help including a work-around would be greatly appreciated (executing refresh(gcf) doesn't help)!

Regards,

Colin

16 May 2013 Carving a Dinosaur This is a demo of reconstructing a 3D shape from multiple images using space-carving. Author: Ben Tordoff zhang, wei

very helpful!

Top Tags Applied by Ben
gui, gpu, graphics, fractal, plotting
Files Tagged by Ben View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
08 May 2013 Screenshot GPUBench Compare GPUs using standard numerical benchmarks in MATLAB. Author: Ben Tordoff gpu, performance, benchmark, bench, utilities, timing 200 9
  • 4.66667
4.7 | 3 ratings
26 Apr 2013 Screenshot GUI Layout Toolbox Layout management objects for MATLAB GUIs Author: Ben Tordoff gui, boxlayout, pick of the week, java, gridlayout, layout 435 190
  • 4.92308
4.9 | 78 ratings
28 Mar 2013 Screenshot Rotate X-axis tick labels Rotate x-tick labels to any angle, preserving font settings and coping with resize, zoom, pan etc Author: Ben Tordoff plotting, xtick 333 34
  • 4.6
4.6 | 16 ratings
08 Jan 2013 Screenshot Multi progress bar A new "shiny" progress-bar with multiple bars in a single window, time-estimates and more. Author: Ben Tordoff gui, progress bar, waitbar 86 33
  • 4.90909
4.9 | 22 ratings
01 Nov 2012 Screenshot A GPU Mandelbrot Set Explore the Mandelbrot Set using MATLAB and a GPU. Author: Ben Tordoff gpu, fractal, graphics 60 0
  • 5.0
5.0 | 1 rating

Contact us