Rank: 17 based on 1106 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
27 Jun 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 113 34
  • 4.90909
4.9 | 23 ratings
08 May 2013 Screenshot GPUBench Compare GPUs using standard numerical benchmarks in MATLAB. Author: Ben Tordoff gpu, performance, benchmark, bench, utilities, timing 144 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 357 193
  • 4.90909
4.9 | 79 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 316 35
  • 4.625
4.6 | 17 ratings
01 Nov 2012 Screenshot A GPU Mandelbrot Set Explore the Mandelbrot Set using MATLAB and a GPU. Author: Ben Tordoff gpu, fractal, graphics 58 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
20 Jun 2013 Multi progress bar A new "shiny" progress-bar with multiple bars in a single window, time-estimates and more. Author: Ben Tordoff Svedin, Bryant

I love this, but I am having trouble with the cancel function. I can't get the 'ResetCancel' to work. Example

multiWaitbar( 'Task 1', 0, 'CanCancel', 'on' );
for ii=1:15
abort = multiWaitbar('Task 1', ii/15);
if abort
yesno = questdlg('Are you sure you want to cancel?', ...
'Cancel', ...
'Yes','No','No');
if strcmp(yesno,'Yes'), break;
else
pause( 1 )
multiWaitbar('Task 1', ii/15, 'ResetCancel');
end
else
pause( 1 )
end
end
multiWaitbar( 'Task 1', 'Close' );

It gives the following error when this code is run and no is selected after trying to cancel.

??? Error using ==> multiWaitbar>iParseInputs at 276
Additional properties must be supplied as property-value pairs

Error in ==> multiWaitbar at 145
[params,values] = iParseInputs( varargin{:} );

12 Jun 2013 GUI Layout Toolbox Layout management objects for MATLAB GUIs Author: Ben Tordoff Filion, Adam

Is there any way to have the title bar for a panel have more than one line? I have a component that is say 30 wide, but the title I'd like to include needs more space than that and it's getting cut off. Any suggestions? Thanks.

11 Jun 2013 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 Gadi

I've pinpointed the issue with the "Index exceeds matrix dimensions." error and it's a bug somewhere else.

It has to do with "hold on" somehow adding 2 new tick marks to the figure.

Here is how to reproduce it on 2012a:

dat = 1:5;
fh = figure;
hold all;
bar(dat);
set(gca,'XTickLabel', dat);
rotateXLabels(gca,10);

If you would remove "hold on", no error.

10 Jun 2013 GUI Layout Toolbox Layout management objects for MATLAB GUIs Author: Ben Tordoff Sampson, David

We will release support for HG2 in due course.

05 Jun 2013 GUI Layout Toolbox Layout management objects for MATLAB GUIs Author: Ben Tordoff Spencer, Josh

Great tool,

Thanks

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
27 Jun 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 113 34
  • 4.90909
4.9 | 23 ratings
08 May 2013 Screenshot GPUBench Compare GPUs using standard numerical benchmarks in MATLAB. Author: Ben Tordoff gpu, performance, benchmark, bench, utilities, timing 144 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 357 193
  • 4.90909
4.9 | 79 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 316 35
  • 4.625
4.6 | 17 ratings
01 Nov 2012 Screenshot A GPU Mandelbrot Set Explore the Mandelbrot Set using MATLAB and a GPU. Author: Ben Tordoff gpu, fractal, graphics 58 0
  • 5.0
5.0 | 1 rating

Contact us