Rank: 3561 based on 10 downloads (last 30 days) and 1 file submitted
photo

Jeff Evans

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Jeff
Updated   File Tags Downloads
(last 30 days)
Comments Rating
22 Dec 2008 struc2xls Writes a data structure in MATLAB to an excel file. Author: Jeff Evans data export, structure, data import, excel, xls2struct 10 2
  • 3.0
3.0 | 2 ratings
Comments and Ratings by Jeff View all
Updated File Comments Rating
24 Jun 2011 suplabel Places text as a title, xlabel, or ylabel on a group of subplots. Author: Ben Barrowes
26 Jul 2010 Multiple eigen-values for 2x2 and 3x3 matrices Compute in one shot the eigen-values of multiples (3 x 3) matrices using Cardan's formula Author: Bruno Luong

Excellent. Much faster than running eig in a for loop. Thanks!

08 Apr 2010 Surface Fitting using gridfit Model 2-d surfaces from scattered data Author: John D'Errico
08 Apr 2010 Microsoft 32/64-bit Visual C++ 2008 Express support files MEX and MBUILD setup files for 32/64-bit Microsoft Visual C++ 2008 Express and Windows Platform SDK. Author: Larry Baker

Hi all,

I am trying to compile a mex file from a MATLAB function for the first time (win7 x64, MATLAB 2009b). I followed the directions above with modifications posted by Wang, but I get an error. Can anyone suggest what may be wrong?

Thanks for all your great contributions.

Here's the error:

 emlmex -d 'D:\myfile' myfun
Warning: The storage type used is an old style. The following file is out of date:
C:\Users\Jeffrey\AppData\Roaming\MathWorks\MATLAB\R2009b\mexopts.bat
> In CompilerConfigurationFactory>CompilerConfigurationFactory.getBasicStructArray at 189
  In CompilerConfigurationFactory>CompilerConfigurationFactory.process at 107
  In getCompilerConfigurations at 56
  In C:\Program Files\MATLAB\R2009b\toolbox\emlcoder\emlcoder\private\compilerman.p>parse_opts_file at 66
  In C:\Program Files\MATLAB\R2009b\toolbox\emlcoder\emlcoder\private\compilerman.p>compilerman at 15
  In C:\Program Files\MATLAB\R2009b\toolbox\emlcoder\emlcoder\private\emlckernel.p>emlckernel/compile at 304
  In C:\Program Files\MATLAB\R2009b\toolbox\emlcoder\emlcoder\private\emlckernel.p>emlckernel/doit at 135
  In C:\Program Files\MATLAB\R2009b\toolbox\emlcoder\emlcoder\private\emlckernel.p>emlckernel at 31
  In emlmex at 148
Attempt to reference field of non-structure array.
Use help emlmex for more information on using this command.
??? Error using ==> emlmex

28 Oct 2009 Write Cell Array to Text File A cell array is written to a delimited output file, incl. options for appending & custom delimiters. Author: Roland Pfister

works perfectly! just as described.

Comments and Ratings on Jeff's Files View all
Updated File Comment by Comments Rating
12 Oct 2010 struc2xls Writes a data structure in MATLAB to an excel file. Author: Jeff Evans David

Strange : Program does not seem to work with your example

>> s=struct('Name',{'Jon','Jonathan','Johnny'},'Score',[85,100,75]);
>> struc2xls('demo',s)
??? Error using ==> ctranspose
Transpose on ND array is not defined.

Error in ==> struc2xls at 91
    out=[names';c'];

07 Jan 2009 struc2xls Writes a data structure in MATLAB to an excel file. Author: Jeff Evans Shilon, Ofek

Nice effort - but i'd given it 5 if it only handled nested structs.

Top Tags Applied by Jeff
data export, data import, excel, structure, xls2struct
Files Tagged by Jeff
Updated   File Tags Downloads
(last 30 days)
Comments Rating
22 Dec 2008 struc2xls Writes a data structure in MATLAB to an excel file. Author: Jeff Evans data export, structure, data import, excel, xls2struct 10 2
  • 3.0
3.0 | 2 ratings

Contact us at files@mathworks.com