Rank: 4349 based on 4 downloads (last 30 days) and 2 files submitted
photo

Christophe Tilman

E-mail

Personal Profile:
Professional Interests:
drilling

 

Watch this Author's files

 

Files Posted by Christophe View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
27 Aug 2009 UnitConvert this script allow conversion between various engineering units. Author: Christophe Tilman data export, data import, data exploration, engineering units, unit conversion 4 0
14 Aug 2009 Screenshot uiListFields UILISTFIELDS creates a list uicontrol component to visualize data structure. Author: Christophe Tilman data exploration, list view, data structure 0 0
Comments and Ratings by Christophe View all
Updated File Comments Rating
09 Mar 2011 SplashScreen Show a splash-screen during MATLAB application start-up. Author: Ben Tordoff
09 Mar 2011 SplashScreen Show a splash-screen during MATLAB application start-up. Author: Ben Tordoff

Very nice.
Only one remark about figure position.
On my computer, root 'MonitorPositions' return [left,bottom,right,up] for each monitor instead of [left,bottom, width, height] as described in the matlab documentation.

so, I had to replace line 247 & 248 by those:
x0 = pos(1,1) + (diff(pos(1,[1 3]))-obj.Icon.getIconWidth())/2
y0 = pos(1,2) + (diff(pos(1,[2 4]))-obj.Icon.getIconHeight())/2

Note that this is not an issue if you use only one monitor or if your primary monitor is on the left of the secondary.

Top Tags Applied by Christophe
data exploration, data export, data import, data structure, engineering units
Files Tagged by Christophe View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
27 Aug 2009 UnitConvert this script allow conversion between various engineering units. Author: Christophe Tilman data export, data import, data exploration, engineering units, unit conversion 4 0
14 Aug 2009 Screenshot uiListFields UILISTFIELDS creates a list uicontrol component to visualize data structure. Author: Christophe Tilman data exploration, list view, data structure 0 0

Contact us at files@mathworks.com