| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 12 Oct 2009 | Graphlayout Display a directed or undirected graph in a Matlab figure window | Zoran, Daniel | ||
| 06 May 2009 | View Class Inheritance Hierarchy View inheritance hierarchy of a Matlab OO project | Ju, SeongHo | thanks, cool tool ^^ |
|
| 21 Apr 2009 | Matlab Weka Interface Matlab interface for Weka Classifiers | Philip | ||
| 07 Apr 2009 | Matlab Weka Interface Matlab interface for Weka Classifiers | 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 | Mahajan, Sunny | Hi Matt, I would find this extremely useful if I could use it.
??? Undefined function or variable 'FastVector'. Error in ==> matlab2weka at 28
Error in ==> wekaNBexample at 21
Can you please help?
|
|
| 11 Dec 2008 | javaTable Simple function to display cell array data in a nice looking Java JTable | 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. | 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
(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. | Serrano, Arturo | ||
| 31 Oct 2008 | Matlab Weka Interface Matlab interface for Weka Classifiers | Peng, Fangqing | what you have write here is so useful to me.
my email: jidoua@126.com |
|
| 30 Oct 2008 | javaTable Simple function to display cell array data in a nice looking Java JTable | 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 | Dalon, Thierry | It would be nice if function would also accept as input handle vector of existing figures I would like to rearrange.
|
|
| 29 Aug 2008 | Figure Window Organization Automatically organize figure windows on the screen | 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 | Bariteau, Ludovic | Missing all subroutines like 'process_options', 'calcFigureSize', ... |
|
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