Rank: 7827 based on 0 downloads (last 30 days) and 0 files submitted
photo

Brad Stiritz

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Brad View all
Updated File Comments Rating
18 Nov 2011 Design Pattern: Singleton (Creational) A MATLABĀ® OOP implementation of the Singleton Creational Design Pattern Author: Bobby Nedelkovski

Thank you Bobby! for your excellent implementation of this classic design pattern. I especially appreciate your extensive documentation & excellent, highly-descriptive coding style.
5-stars well-deserved. If only all MATLAB code could look like this! Highly recommended.

24 Jul 2011 subdir: a recursive file search Performs a recursive file search using same input and output format as dir function Author: Kelly Kearney

Perfect! Just what I needed. Very appreciated, thank you :)

25 Jan 2011 Class Inheritance Browser A tool for managing and organizing classes, with a simple interface and (optional) tree diagram. Author: Clayton Ernst

Very helpful utility! Highly recommended! I launch this browser from a Matlab toolbar button.
Just a couple of minor notes :
(1) I commented-out browse.m lines 24-31 to suppress annoying error messages about bioinfo toolbox; maybe please wrap those in a conditional, if possible?
(2) Long identifier strings can easily get cut off & scrolling within the columns is no fun. Maybe please consider resizing window contents when window is resized?
Otherwise, great work! Thank you very much for this submission :)

09 Aug 2010 addaxis_unit This function adds a second y-axis to a x-y plot using a relationship between the two y-axes. Author: Friedhelm Steinhilber

Hi Friedhelm, thanks for all the function updates. I really appreciate your responsiveness & openness. I wanted to let you know about a new possible issue. After the chart is rendered, the user should be able to select a plotted point & add an annotation using the Data Cursor tool, right? This isn't working for me after I run the addaxis_unit function. Could you please take a look? Thanks, Brad

31 May 2010 addaxis_unit This function adds a second y-axis to a x-y plot using a relationship between the two y-axes. Author: Friedhelm Steinhilber

Hi Friedhelm, thank you for updating the function per my previous request. I was hoping to be able to control the string formatting when the 'y1' ticks2unit option is specified. It appears that the formatting could be specified by modifying the num2str() calls in lines 146 & 175, a la:

set(hAxes(2),'yticklabel',num2str(ticks2unit,'%4.2f'))

This hack works as long as the figure is *not* resized. For some reason, my modification fails during resizing with the error:

??? Error using ==> set
Invalid parameter/value pair arguments

Error in ==> addaxis_unit>addaxis_unit_resizefcn at 175
        set(HAXES(i+1),'yticklabel',num2str(ticks2unit),'%4.2f')
 
??? Error while evaluating figure ResizeFcn

Any help or suggestions appreciated. Thank you again. ~Brad

Top Tags Applied by Brad
methods, properties
Files Tagged by Brad
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Aug 2010 Screenshot Class Inheritance Browser A tool for managing and organizing classes, with a simple interface and (optional) tree diagram. Author: Clayton Ernst class inheritance, tree diagram, biograph, oop, object, eclipse 16 6
  • 3.66667
3.7 | 3 ratings

Contact us at files@mathworks.com