Rank: 1073 based on 64 downloads (last 30 days) and 3 files submitted
photo

Thomas Deneux

E-mail
Lat/Long
31.8999996185303, 34.7999992370605

Personal Profile:
Professional Interests:
brain imaging

 

Watch this Author's files

 

Files Posted by Thomas View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
25 Sep 2007 Screenshot Image Value Automatic links images or plots in different figures and allows simultaneous zoom, pan, pick value. Author: Thomas Deneux data exploration, image plot, zoom, pick, value, link 9 2
24 Sep 2007 Screenshot Structure display simple recursive display of a structure content in Matlab Author: Thomas Deneux structures, display recursive, cell arrays, utilities 43 6
  • 3.57143
3.6 | 7 ratings
24 Sep 2007 Screenshot 4D data exploration Navigate through 2D+time or 3D+time data through interactively linked cross-sections, time course pl Author: Thomas Deneux 4d, volumic data, crosssections, data exploration, time domain, graphics 12 3
  • 4.66667
4.7 | 3 ratings
Comments and Ratings by Thomas
Updated File Comments Rating
25 Jun 2009 keep KEEP is complementary to the "clear" command: it keeps the supplied variables and deletes the rest. Author: David Yang

looks great, but the code can be much more simple!
for example,

function keep(varargin)

% variables to clear in a cell array
varlist = evalin('caller','who');
varlist = setdiff(varlist,varargin);

% make a string (separate the variable by a space)
[varlist{:,2}] = deal(' ');
varlist = varlist';
varstr = [varlist{:}];

% and clear!
evalin('caller',['clear ' varstr])

Comments and Ratings on Thomas' Files View all
Updated File Comment by Comments Rating
06 Nov 2011 Structure display simple recursive display of a structure content in Matlab Author: Thomas Deneux marc

Useful for me

10 Jun 2011 Structure display simple recursive display of a structure content in Matlab Author: Thomas Deneux Jeff

Love the concept... A couple of notes:

1) I'd recommend creating an else condition to the 'if' that starts on line 49. I'm running into a case where nsub is never initialized if you set CELLRECURSIVE to false and has an error.

2) I'd recommend changing on line 90 size(a,1)>1 to (size(a,1)>1 || size(a,2)>1) so that it can display row vectors as well although they do display a little messy.

09 Jan 2011 Structure display simple recursive display of a structure content in Matlab Author: Thomas Deneux Simon

simple and neat

16 Nov 2009 4D data exploration Navigate through 2D+time or 3D+time data through interactively linked cross-sections, time course pl Author: Thomas Deneux sanchai, dong

very good!

30 Oct 2009 Structure display simple recursive display of a structure content in Matlab Author: Thomas Deneux Vanaret, Thomas

Looks good

Display could be a little improved and some diplayed line could be omitted (nested nested nested nested structures....) but all fields are displayed and one can quickly know where is the field

Top Tags Applied by Thomas
data exploration, 4d, automatic, cell arrays, crosssections
Files Tagged by Thomas View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
25 Sep 2007 Screenshot Image Value Automatic links images or plots in different figures and allows simultaneous zoom, pan, pick value. Author: Thomas Deneux data exploration, image plot, zoom, pick, value, link 9 2
24 Sep 2007 Screenshot Structure display simple recursive display of a structure content in Matlab Author: Thomas Deneux structures, display recursive, cell arrays, utilities 43 6
  • 3.57143
3.6 | 7 ratings
24 Sep 2007 Screenshot 4D data exploration Navigate through 2D+time or 3D+time data through interactively linked cross-sections, time course pl Author: Thomas Deneux 4d, volumic data, crosssections, data exploration, time domain, graphics 12 3
  • 4.66667
4.7 | 3 ratings

Contact us at files@mathworks.com