Rank: 2026 based on 28 downloads (last 30 days) and 5 files submitted
photo

Emmanuel Farhi

E-mail
Company/University
Inst Max von Laue - Paul Langevin

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Emmanuel View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
19 May 2009 Screenshot class2str: creates an eval-able string containing Matlab code describing a variable Creates an eval-like string which represents a variable. Useful for saving data/INI configuration Author: Emmanuel Farhi data export, data import, embedded code 0 1
  • 4.0
4.0 | 1 rating
29 Jan 2009 Screenshot uigetfiles A fileselector as uigetfile, with multiple selection which does not require Java Author: Emmanuel Farhi data import, data export, function 23 6
15 Dec 2008 Screenshot A figure with sliders Creates or adds sliders to a figure Author: Emmanuel Farhi gui, sliders, vertical, horizontal 5 0
01 Mar 2002 Spec1d 1-D data visualisation and fitting. Author: Emmanuel Farhi optimization, fitting, 2dplotting, visualization, commands, fit 0 0
01 Mar 2002 Screenshot MView (x,y) data visualisation of up to 20 files Author: Emmanuel Farhi specialized, plotting, data, visualisation, graphics, graph types 0 0
Comments and Ratings by Emmanuel View all
Updated File Comments Rating
29 Jan 2009 uigetfiles A fileselector as uigetfile, with multiple selection which does not require Java Author: Emmanuel Farhi

I just updated the uigetfiles to handle names with spaces. This also affects sorting. Bugs reported by Petr Krysl should be solved as soon as the update comes into line.

28 Jan 2009 uigetfiles A fileselector as uigetfile, with multiple selection which does not require Java Author: Emmanuel Farhi

Dear Petr Krysl,

The double click does opens folders in principle. Single click selects folders, and clicking OK button then returns the selected folder(s). This has been tested on many platforms and Matlab release, but perhaps I missed the config you use.

Comments and Ratings on Emmanuel's Files View all
Updated File Comment by Comments Rating
30 Sep 2011 uigetfiles A fileselector as uigetfile, with multiple selection which does not require Java Author: Emmanuel Farhi Abraham, David

Nice! Could you make it so that filtering works? I'd like to, for example, invoke like this: [a,b]=uigetfiles('A*.m','hi') and show only the m-files that begin with 'A'.

19 May 2009 class2str: creates an eval-able string containing Matlab code describing a variable Creates an eval-like string which represents a variable. Useful for saving data/INI configuration Author: Emmanuel Farhi us

nice and useful utility... given the release for which it was coded (r13)

unfortunately, it does not (yet!) too well for more modern data types:
- function handles are recognized and it ends with a error msg
- graphics handles, eg, gca/line/etc, are caught by
  their current value
- other classes are decoded into a struct, which may not
  completely reconstruct the object, eg,
     c=cfit; % <- a fit object
  ends up as
     res=struct(c);

some of these (understandable) shortcomings should be mentioned in the help section...
us

29 Jan 2009 uigetfiles A fileselector as uigetfile, with multiple selection which does not require Java Author: Emmanuel Farhi Farhi, Emmanuel

I just updated the uigetfiles to handle names with spaces. This also affects sorting. Bugs reported by Petr Krysl should be solved as soon as the update comes into line.

28 Jan 2009 uigetfiles A fileselector as uigetfile, with multiple selection which does not require Java Author: Emmanuel Farhi Krysl, Petr

The double-clicking to open folders doesn't work for "Documents and settings" or for "My music": does it have something to do with multi-word with spaces names?

28 Jan 2009 uigetfiles A fileselector as uigetfile, with multiple selection which does not require Java Author: Emmanuel Farhi Krysl, Petr

I'm sorry to report that sorting doesn't work. Nothing seems to happen after the folder has been sorted by name.

Top Tags Applied by Emmanuel
data import, data export, data, 2dplotting, ascii
Files Tagged by Emmanuel View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
19 May 2009 Screenshot class2str: creates an eval-able string containing Matlab code describing a variable Creates an eval-like string which represents a variable. Useful for saving data/INI configuration Author: Emmanuel Farhi data export, data import, embedded code 0 1
  • 4.0
4.0 | 1 rating
29 Jan 2009 Screenshot uigetfiles A fileselector as uigetfile, with multiple selection which does not require Java Author: Emmanuel Farhi data import, data export, function 23 6
15 Dec 2008 Screenshot A figure with sliders Creates or adds sliders to a figure Author: Emmanuel Farhi gui, sliders, vertical, horizontal 5 0
01 Mar 2002 Spec1d 1-D data visualisation and fitting. Author: Emmanuel Farhi optimization, fitting, 2dplotting, visualization, commands, fit 0 0
01 Mar 2002 Screenshot MView (x,y) data visualisation of up to 20 files Author: Emmanuel Farhi specialized, plotting, data, visualisation, graphics, graph types 0 0

Contact us at files@mathworks.com