Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
12 Oct 2009 Graphlayout Display a directed or undirected graph in a Matlab figure window Author: Matt Dunham Zoran, Daniel

06 May 2009 View Class Inheritance Hierarchy View inheritance hierarchy of a Matlab OO project Author: Matt Dunham Ju, SeongHo

thanks, cool tool ^^

21 Apr 2009 Matlab Weka Interface Matlab interface for Weka Classifiers Author: Matt Dunham Philip

07 Apr 2009 Matlab Weka Interface Matlab interface for Weka Classifiers Author: Matt Dunham leptogenesis

As others have said, the usability could use some work. I just turned a .mat file into a .arff file using this, but at first, I was entering the data matrix the wrong way (should have used the transpose). When I did this, the program created the Instances object with no errors, and would then throw a cryptic nullpointerexception when I tried to write the arff file. It took half an hour going through the weka source code to figure out what was happening--a range check in your program would have saved me that time.

Otherwise, a very useful program!

23 Feb 2009 Matlab Weka Interface Matlab interface for Weka Classifiers Author: Matt Dunham Mahajan, Sunny

Hi Matt, I would find this extremely useful if I could use it.
I ran wekaNBexample.m got the following error:

??? Undefined function or variable 'FastVector'.

Error in ==> matlab2weka at 28
    vec = FastVector();

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

Can you please help?
-Sunny

11 Dec 2008 javaTable Simple function to display cell array data in a nice looking Java JTable Author: Matt Dunham dash, matt

No help file. Gives all kinds of java exceptions if number of columns doesnt match size of data. Would be more useful if it was in a matlab window instead of a java window.

26 Nov 2008 compileAndRun Easily compile and run a matlab function for significant speed improvements. Author: Matt Dunham Serrano, Arturo

Thanks for the code. Very useful.

I like to use constant inputs, but these must be dropped when executing the mex file. I think that this can make the trick:

varargin(cellfun (@(x)isa(x, 'emlcoder.Example') && strcmp(x.Type, 'CONST'), varargin)) = [];

This gives an error when an old mex version exists. The catch block can be completed with

if exist(fname) == 3
    warning('compileAndRun:oldMex', '\n\nusing an old compiled version\n\n');
    varargin(cellfun... );
end

(I prefer to throw an error rather than a warning. I've not tested the catch block)

Cheers.

26 Nov 2008 compileAndRun Easily compile and run a matlab function for significant speed improvements. Author: Matt Dunham Serrano, Arturo

31 Oct 2008 Matlab Weka Interface Matlab interface for Weka Classifiers Author: Matt Dunham Peng, Fangqing

what you have write here is so useful to me.
but can you list a intruduction about how to use your files here . thx.

my email: jidoua@126.com

30 Oct 2008 javaTable Simple function to display cell array data in a nice looking Java JTable Author: Matt Dunham Beauchamp, Anthony

do you how can I create a callback in matlab if the user change sleection from one row to another? Thank you and good work.

02 Sep 2008 Figure Window Organization Automatically organize figure windows on the screen Author: Matt Dunham Dalon, Thierry

It would be nice if function would also accept as input handle vector of existing figures I would like to rearrange.
Currently: how can you use the function to rearrange only existing figures with handle h1,h2,h3 for example?

29 Aug 2008 Figure Window Organization Automatically organize figure windows on the screen Author: Matt Dunham Dunham, Matt

process_options() is available here:

http://www.cs.ubc.ca/~murphyk/Software/matlab/process_options.m

and calcFigureSize() is a nested function.

25 Aug 2008 Figure Window Organization Automatically organize figure windows on the screen Author: Matt Dunham Bariteau, Ludovic

Missing all subroutines like 'process_options', 'calcFigureSize', ...

 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com