Rank: 532 based on 167 downloads (last 30 days) and 8 files submitted
photo

Matt Dunham

E-mail
Company/University
UBC
Lat/Long
49.2599983215332, -123.25

Personal Profile:
Professional Interests:
Teaching, Machine Learning, Software Engineering

 

Watch this Author's files

 

Files Posted by Matt View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
03 Mar 2010 Screenshot graphViz4Matlab Display a directed or undirected graph in a Matlab figure window. Author: Matt Dunham directed graph, specialized, graph, plotting, undirected graph, graphviz 13 6
  • 4.71429
4.7 | 7 ratings
04 Feb 2010 Published MATLAB Files Matlab 2008a Advanced Tutorials This is a series of Matlab 2008a Tutorials on topics such as the new Object Oriented System Author: Matt Dunham whitepaper, article, paper, tutorial, 2008a, object oriented progr... 4 0
16 Oct 2008 Screenshot compileAndRun Easily compile and run a matlab function for significant speed improvements. Author: Matt Dunham compile, compiled matlab, eml, emlmex, mex, speed up tricks 2 1
  • 5.0
5.0 | 1 rating
25 Aug 2008 Screenshot Figure Window Organization Automatically organize figure windows on the screen Author: Matt Dunham figures, organize, display, windows, grid 5 3
25 Aug 2008 Screenshot Toolbox Dependency Report Generate a visual report of the files in your project that depend on a toolbox Author: Matt Dunham deptool, toolbox, files, directories, path, file dependency 8 1
  • 3.0
3.0 | 1 rating
Comments and Ratings by Matt View all
Updated File Comments Rating
02 May 2010 MATLAB Goto Statement The one and only. Author: Husam Aldahiyat

Comments like Bruno's anger me. The author clearly states that is for 'entertainment' only. I for one will look at this function for ideas on solving related problems. Often efficiency is not a major issue when writing meta tools to analyze code, etc.

05 Mar 2010 serialize Create matlab code from a variable Author: Jøger Hansegård

It would be nice if it also serialized function handles - the following changes would do the trick.

elseif isa(v, 'function_handle')
val = serializehandle(v);

function val = serializehandle(v)
val = sprintf('str2func(''%s'')', func2str(v));
end

03 Mar 2010 serialize Create matlab code from a variable Author: Jøger Hansegård

This is fantastic - exactly what I was looking for. Thanks

Comments and Ratings on Matt's Files View all
Updated File Comment by Comments Rating
16 Mar 2013 Matlab Weka Interface Matlab interface for Weka Classifiers Author: Matt Dunham Wang, Jing

I am new to weka. After "edit classpath.txt" and add "C:\Program Files\Weka-3-7\weka.jar" to that file, restart matlab, excute wekaNBexample, the following error occurs:

>> wekaNBexample
No constructor 'weka.core.Instance' with matching signature found.

Error in matlab2weka (line 50)
inst = Instance(numel(featureNames));

Error in wekaNBexample (line 21)
train = matlab2weka('iris-train',featureNames,train,classindex);

Could you help me?
Matlab R2012b
Weka 3.7.9

23 Jan 2013 graphViz4Matlab Display a directed or undirected graph in a Matlab figure window. Author: Matt Dunham Farrahi Moghaddam, Reza

11 Jan 2013 graphViz4Matlab Display a directed or undirected graph in a Matlab figure window. Author: Matt Dunham Merk, Peter

Great tool! Very easy to use and nice graphics. The only thing missing is the possibility to name the edges.

20 Nov 2012 Matlab Weka Interface Matlab interface for Weka Classifiers Author: Matt Dunham reza

Passing options is easy. Try code below (in file trainWekaClassifier)
////
options = java.lang.String(options).split(' ');
wekaClassifier.setOptions(options);
end
////
end

18 Sep 2012 graphViz4Matlab Display a directed or undirected graph in a Matlab figure window. Author: Matt Dunham Rüland, Marcel

Brilliant tool. Easy to use, very nice GUI and good idea.
Well done.
Thanks.

Top Tags Applied by Matt
classdef, java, object oriented programming, oop, 2008a
Files Tagged by Matt View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
03 Mar 2010 Screenshot graphViz4Matlab Display a directed or undirected graph in a Matlab figure window. Author: Matt Dunham directed graph, specialized, graph, plotting, undirected graph, graphviz 13 6
  • 4.71429
4.7 | 7 ratings
04 Feb 2010 Published MATLAB Files Matlab 2008a Advanced Tutorials This is a series of Matlab 2008a Tutorials on topics such as the new Object Oriented System Author: Matt Dunham whitepaper, article, paper, tutorial, 2008a, object oriented progr... 4 0
16 Oct 2008 Screenshot compileAndRun Easily compile and run a matlab function for significant speed improvements. Author: Matt Dunham compile, compiled matlab, eml, emlmex, mex, speed up tricks 2 1
  • 5.0
5.0 | 1 rating
25 Aug 2008 Screenshot Figure Window Organization Automatically organize figure windows on the screen Author: Matt Dunham figures, organize, display, windows, grid 5 3
25 Aug 2008 Screenshot Toolbox Dependency Report Generate a visual report of the files in your project that depend on a toolbox Author: Matt Dunham deptool, toolbox, files, directories, path, file dependency 8 1
  • 3.0
3.0 | 1 rating

Contact us