Rank: 2240 based on 22 downloads (last 30 days) and 5 files submitted
photo

Jøger Hansegård

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Jøger View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
29 Aug 2006 serialize Create matlab code from a variable Author: Jøger Hansegård data export, data import, mat2str num2str int2s... 6 7
  • 5.0
5.0 | 3 ratings
18 Aug 2006 Screenshot Jump Jump to directory or file in Matlab path Author: Jøger Hansegård path, directories, files, goto cd dir 2 0
20 Jun 2006 isdicom Function for detecting if a file is a DICOM file Author: Jøger Hansegård path, directories, files, is dicom isdicom 3 0
21 Apr 2005 Persistent Counters Create counters that keep their values even if your functions are interrupted for some reason. Author: Jøger Hansegård persistent counter, create, integer, utilities, miscellaneous 3 0
15 Apr 2005 Screenshot PCAANGLE Estimate the direction of the major axis of two dimensional point data. Author: Jøger Hansegård linear algebra, angle, direction, rotate, rotation, point 8 0
Comments and Ratings by Jøger
Updated File Comments Rating
18 Jan 2009 MVG Multivariate Gaussian random number generator Generates vectors from the multivariate normal distribution parameterized by specified mean vector a Author: Chad Lieberman
Comments and Ratings on Jøger's Files View all
Updated File Comment by Comments Rating
05 Mar 2010 serialize Create matlab code from a variable Author: Jøger Hansegård Dunham, Matt

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 Dunham, Matt

This is fantastic - exactly what I was looking for. Thanks

09 Nov 2006 serialize Create matlab code from a variable Author: Jøger Hansegård Muylle, Tom

It's too bad it doesn't work for matlab 6.5 :(

09 Sep 2006 serialize Create matlab code from a variable Author: Jøger Hansegård mouse, anony

An absolutely wonderful piece of code. I wish I now had the ability to read the output into software like excel.

29 Aug 2006 serialize Create matlab code from a variable Author: Jøger Hansegård Orzol, Steve

Nice. Thanks for the quick update. I can see using this with building xml strings.

Top Tags Applied by Jøger
directories, files, path, angle, cloud
Files Tagged by Jøger View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
29 Aug 2006 serialize Create matlab code from a variable Author: Jøger Hansegård data export, data import, mat2str num2str int2s... 6 7
  • 5.0
5.0 | 3 ratings
18 Aug 2006 Screenshot Jump Jump to directory or file in Matlab path Author: Jøger Hansegård path, directories, files, goto cd dir 2 0
20 Jun 2006 isdicom Function for detecting if a file is a DICOM file Author: Jøger Hansegård path, directories, files, is dicom isdicom 3 0
21 Apr 2005 Persistent Counters Create counters that keep their values even if your functions are interrupted for some reason. Author: Jøger Hansegård persistent counter, create, integer, utilities, miscellaneous 3 0
15 Apr 2005 Screenshot PCAANGLE Estimate the direction of the major axis of two dimensional point data. Author: Jøger Hansegård linear algebra, angle, direction, rotate, rotation, point 8 0

Contact us at files@mathworks.com