Rank: 472 based on 142 downloads (last 30 days) and 20 files submitted
photo

Malcolm Wood

E-mail
Company/University
The MathWorks
Lat/Long
55.91838, -3.152583

Personal Profile:

Malcolm Wood is a member of The MathWorks' development team, and is based in Edinburgh, UK, working on Simulink. He was previously a member of The MathWorks' consultancy team.

Professional Interests:

 

Watch this Author's files

 

Files Posted by Malcolm View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
06 Jul 2010 Assertion function A function similar to "assert" in C to assist in bug detection Author: Malcolm Wood test, testing, tests, assert, failure, regression 3 6
  • 3.75
3.8 | 5 ratings
06 Jul 2010 Screenshot Changing Window Titles Provides the ability to change the titles of all windows in the MATLAB process Author: Malcolm Wood gui tools, example, window, windows, title, titles 10 6
  • 3.0
3.0 | 3 ratings
25 Jun 2010 Published MATLAB Files Resizable MATLAB figures A simple mechanism for creating graphical user interfaces which resize tidily Author: Malcolm Wood gui tools, example, figure uicontrol resi... 21 2
  • 5.0
5.0 | 2 ratings
30 Apr 2010 Published MATLAB Files HGTable - functions for displaying tabular data in a MATLAB list control Uses a standard MATLAB listbox to display multiple columns of data Author: Malcolm Wood gui tools, example, list listbox table ta... 13 3
  • 4.0
4.0 | 2 ratings
30 Apr 2010 Published MATLAB Files parseargs: Simplifies input processing for functions with multiple options For parsing function arguments supplied as name-value pairs, e.g. 'XLim',[0 10],'YLim',[0 100] Author: Malcolm Wood parse function argume... 21 3
  • 5.0
5.0 | 2 ratings
Comments and Ratings by Malcolm View all
Updated File Comments Rating
26 Jan 2010 find_in_models: Search the entire block diagram hierarchy A wrapper for find_system which searches inside model references Author: Malcolm Wood

You may have run into the bug I just fixed, where model references inside library links weren't followed.

17 Dec 2009 Changing Window Titles Provides the ability to change the titles of all windows in the MATLAB process Author: Malcolm Wood

Review

Comments and Ratings on Malcolm's Files View all
Updated File Comment by Comments Rating
28 Nov 2011 exportToZip: Identifies the dependencies of an M-file and creates a ZIP file Files inside $matlabroot/toolbox are omitted, providing a useful way to package your work Author: Malcolm Wood Rossi, ingegnerisinasce

Simply great

13 Sep 2011 exportToZip: Identifies the dependencies of an M-file and creates a ZIP file Files inside $matlabroot/toolbox are omitted, providing a useful way to package your work Author: Malcolm Wood Völker, Michael
08 Sep 2011 HGTable - functions for displaying tabular data in a MATLAB list control Uses a standard MATLAB listbox to display multiple columns of data Author: Malcolm Wood Jamuna

Hgtable example does not display data in tabular format on linux
help?

16 Aug 2011 explorer.m: Quick access to the Windows Explorer Opens the Windows Explorer for a specified directory, optionally showing the folder hierarchy Author: Malcolm Wood Navve, Adi

I found this after I have thought of creating one myself and indeed it is convenient.
I have a suggestion - include the switch "/select" in the command line to get: 1) the file or directory is selected for convenience. 2) you can call explorer.exe with a full file name path since the file would not be opened.
In addition, I added the switch "/e" also for the default case to open the windows explorer with its default view.
Thanks for the submission.

03 Aug 2011 exportToZip: Identifies the dependencies of an M-file and creates a ZIP file Files inside $matlabroot/toolbox are omitted, providing a useful way to package your work Author: Malcolm Wood Kienzler, Tobias

great work! but you should change

if ~isempty(dirname) && dirname(1)=='@'

to

if ~isempty(dirname) && (dirname(1)=='@' || dirname(1)=='+')

to handle packages correctly as well

Top Tags Applied by Malcolm
simulink, development environment, directories, example, files
Files Tagged by Malcolm View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
06 Jul 2010 Assertion function A function similar to "assert" in C to assist in bug detection Author: Malcolm Wood test, testing, tests, assert, failure, regression 3 6
  • 3.75
3.8 | 5 ratings
06 Jul 2010 Screenshot Changing Window Titles Provides the ability to change the titles of all windows in the MATLAB process Author: Malcolm Wood gui tools, example, window, windows, title, titles 10 6
  • 3.0
3.0 | 3 ratings
25 Jun 2010 Published MATLAB Files Resizable MATLAB figures A simple mechanism for creating graphical user interfaces which resize tidily Author: Malcolm Wood gui tools, example, figure uicontrol resi... 21 2
  • 5.0
5.0 | 2 ratings
30 Apr 2010 Published MATLAB Files HGTable - functions for displaying tabular data in a MATLAB list control Uses a standard MATLAB listbox to display multiple columns of data Author: Malcolm Wood gui tools, example, list listbox table ta... 13 3
  • 4.0
4.0 | 2 ratings
30 Apr 2010 Published MATLAB Files parseargs: Simplifies input processing for functions with multiple options For parsing function arguments supplied as name-value pairs, e.g. 'XLim',[0 10],'YLim',[0 100] Author: Malcolm Wood parse function argume... 21 3
  • 5.0
5.0 | 2 ratings

Contact us at files@mathworks.com