Rank: 427 based on 155 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 9 4
  • 4.75
4.8 | 4 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... 10 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 5 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 8 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 9 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
22 Jan 2012 graphViz4Matlab Display a directed or undirected graph in a Matlab figure window. Author: Matt Dunham Azeem

Works wonderfully well.

21 Jan 2012 Matlab Weka Interface Matlab interface for Weka Classifiers Author: Matt Dunham shekan, shab

Thank you so much.
I try it but I have problem.
I got this error " No method 'setValue' with matching signature found for class
'weka.core.Instance'."
Do you have any idea to fix this?

26 Oct 2011 Matlab Weka Interface Matlab interface for Weka Classifiers Author: Matt Dunham Failla, Pierluigi

I tried your code with using functions.SMO with parameter the standard Weka string:

'-C 1.0 -L 0.0010 -P 1.0E-12 -N 0 -V -1 -W 1 -K "weka.classifiers.functions.supportVector.PolyKernel -C 250007 -E 1.0"'

and everything works fine, but when I try to do the same using lazy.IBk classifier with string parameter:

'-K 1 -W 0 -A "weka.core.neighboursearch.LinearNNSearch -A \"weka.core.EuclideanDistance -R first-last\""'

(copied from Weka) I get an Illegal Option error.

Do you have any idea to fix this?

Thanks

26 Jul 2011 Matlab Weka Interface Matlab interface for Weka Classifiers Author: Matt Dunham Heuton, Kyle

Great code, but I can't figure out how to enter options that contain a numeric value, it has to be a cell array of strings, and I've tried:
{'-F','1'},{'-F 1'},{-F <1>}, and every other permutation I can think of, but none of them work.

What is the proper way to enter options that contain a value?

14 Jul 2011 Matlab Weka Interface Matlab interface for Weka Classifiers Author: Matt Dunham Moncada Torres, Arturo
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 9 4
  • 4.75
4.8 | 4 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... 10 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 5 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 8 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 9 1
  • 3.0
3.0 | 1 rating

Contact us at files@mathworks.com