Rank: 1282 based on 86 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 zoom, link, value, pick, automatic, image plot 16 2
24 Sep 2007 Screenshot Structure display simple recursive display of a structure content in Matlab Author: Thomas Deneux structures, cell arrays, display recursive, utilities 49 3
  • 3.25
3.2 | 4 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 graphical, graphics, crosssections, volumic data, 4d, time domain 21 3
  • 4.66667
4.7 | 3 ratings
Comments and Ratings by Thomas View all
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])

12 Jun 2009 Compute hash using MD2, MD5, SHA-1, SHA-256, SHA-384, or SHA-512 Hashes a string (or other MATLAB variable) using a vairiety of hash algorithms Author: Michael Kleder

clear and useful!

Comments and Ratings on Thomas' Files View all
Updated File Comment by Comments Rating
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

22 Jun 2009 Structure display simple recursive display of a structure content in Matlab Author: Thomas Deneux Buehren, Markus

07 May 2009 Structure display simple recursive display of a structure content in Matlab Author: Thomas Deneux Harris, Jeff

Quick and effective display of structs

27 Jul 2008 4D data exploration Navigate through 2D+time or 3D+time data through interactively linked cross-sections, time course pl Author: Thomas Deneux zhao, jichao

This is very good work, I am surprised few people commented on it. many thanks, jichao

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 zoom, link, value, pick, automatic, image plot 16 2
24 Sep 2007 Screenshot Structure display simple recursive display of a structure content in Matlab Author: Thomas Deneux structures, cell arrays, display recursive, utilities 49 3
  • 3.25
3.2 | 4 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 graphical, graphics, crosssections, volumic data, 4d, time domain 21 3
  • 4.66667
4.7 | 3 ratings
03 May 2006 Compute hash using MD2, MD5, SHA-1, SHA-256, SHA-384, or SHA-512 Hashes a string (or other MATLAB variable) using a vairiety of hash algorithms Author: Michael Kleder md2, sha256, md5, sha512, sha384, sha1 302 16
  • 4.71429
4.7 | 14 ratings
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com