Rank: 112017 based on 0 downloads (last 30 days) and 0 file submitted
photo

Warwick

E-mail
Lat/Long
-35.0, 138.5

Personal Profile:

meteorologist

Professional Interests:
meteorology climatology mathematics

 

Watch this Author's files

 

Comments and Ratings by Warwick View all
Updated File Comments Rating
01 May 2013 Data Explorer App for exploring higher dimensional data. Author: Adam Filion

Terrific. Going to be very useful for my work in meteorology and climatology.

30 Apr 2013 Data Explorer App for exploring higher dimensional data. Author: Adam Filion

This is potentially a very useful app of 5 stars for my work. The demo data works well. However, after I put in a sample array of v = f(x,y,z) data, then any attempt to "Import from workspace" gives me errors as "Undefined function 'isdouble' for input arguments of type 'double'.
Error in
DataExplorer/ImportWorkspaceCB/@(in)(ndims(in)==4||ndims(in)==3)&&(isdouble(in)||issingle(in))

Error in uigetvariables (line 309)
t(jj) = evalin('base',['validationfunction_(' varnames{jj} ');']);
Error in DataExplorer/ImportWorkspaceCB (line 450)
data =
uigetvariables(text,'ValidationFcn',checkvars,'Introduction',intro);
Error in
DataExplorer>@(varargin)app.ImportWorkspaceCB(varargin{:})
(line 117)
app.Menu(2) = uimenu(app.Menu(1),'Label','Import from
Workspace','Callback',@app.ImportWorkspaceCB);
Error while evaluating uimenu Callback ".

Maybe a simple example at the Description would help me.

02 Apr 2013 boundedline: line plots with shaded error/confidence intervals Plot one or more lines with a shaded boundary (can represent error, confidence intervals, etc). Author: Kelly Kearney

17 Mar 2013 Violin Plots for plotting multiple distributions (distributionPlot.m) Function for plotting multiple histograms side-by-side in 2D - better than boxplot. Author: Jonas

This is a great function. However I want to discriminate between two quite different distributions. I have a problem getting the Total area under the respective curves to be equal (to a nominal 1) for separate datasets (even with the same number of observations). Eg, Say I want to plot U and V left and right respectively where
U = normrnd(3.3,1.0,100,1);
V = normrnd(2.0,0.3,100,1);

then no matter what I do, they don't look anywhere near equal. Any ideas? or have I missed something obvious?

24 May 2012 SaveCurrentEditorFiles Save current editor files, can be used to easily reopen all files from a previous project/session. Author: Robert Cumming

Thank you. All fixed now. No, it's not new in any way. (I may have blundered earlier when I tried to update a project name.) I have about nearly 10 projects and subprojects, and I find this script so useful and time-saving.
Matlab should have this as a builtin.

Contact us