Rank: 694 based on 101 downloads (last 30 days) and 12 files submitted
photo

Bertrand Dano

E-mail
Company/University
University of Miami

Personal Profile:
Professional Interests:
Fluid Mechanics and Aerodynamics

 

Watch this Author's files

 

Files Posted by Bertrand View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
05 Jul 2009 Screenshot Savecampos-Loadcampos Save & load all camera parameters for re-plotting 3D data or comparison. Author: Bertrand Dano 3d plot, camera viewpoint, visualization 0 0
05 Jul 2009 Screenshot SnapRB Creates a red-blue anaglyth from current 3D figure. Author: Bertrand Dano 3d, stereoscopic, visualization 7 0
19 Jun 2009 Screenshot QuiverS Quiver vector plot with reference vector showing scale Author: Bertrand Dano fluid dynamics, aerodynamics, vector plot, oceanography 11 2
11 May 2009 Screenshot Uquiver Draw unscaled color vectors in 2D Author: Bertrand Dano atmospheric, aersopace, fluid mechanics, oceanography, vector fields 7 0
08 May 2009 Screenshot Streamcolor Draw 2D or 3D color streamlines. Author: Bertrand Dano aerospace, fluid, streamlines, vector fields, velocity fields 16 0
Comments and Ratings on Bertrand's Files View all
Updated File Comment by Comments Rating
19 Dec 2011 QuiverS Quiver vector plot with reference vector showing scale Author: Bertrand Dano Smith, Stewart

antoine is really annoying

23 Mar 2011 Quiverc Creates a color quiver plot with arrows colors according to the magnitude of the vector. Author: Bertrand Dano Leal, Tiago

I already found the problem. My code had colormap(gray(2)) before the plot.

23 Mar 2011 Quiverc Creates a color quiver plot with arrows colors according to the magnitude of the vector. Author: Bertrand Dano Leal, Tiago

??? Attempted to access CC(5,1); index out of bounds because size(CC)=[2,3].

Error in ==> quiverc at 134
    c1= CC(ii,1); c2= CC(ii,2); c3= CC(ii,3);

I have this error when I run the codes. C(x,1) x is alwyas different and bigger than 2. Anyone can help me??

02 Mar 2011 QuiverS Quiver vector plot with reference vector showing scale Author: Bertrand Dano Pär-Ola

Use the following patch to get correct placement of label inside rectangle if using 'XDir' = 'Reverse'

--- /tmp/quivers/quivers.m 2009-06-19 15:34:20.000000000 +0200
+++ quivers.m 2011-03-02 15:53:00.833987474 +0100
@@ -139,7 +139,11 @@
 hv = [y;y+v; y+v-alpha*(v-beta*(u+eps));y+v; y+v-alpha*(v+beta*(u+eps))];
 
 plot(hu(:),hv(:),[col ls]);
-xt=x; yt=ry+ly-2*ly/3;
-ht=text(xt,yt,[num2str(Vmax) ' ' Sunit]); D=get(ht,'extent'); set(ht,'visible','off')
-xt=rx+(lx-D(3))/2;
-ht=text(xt,yt,[num2str(Vmax) ' ' Sunit]);
+% Center of rectangle
+xt=(2*rx+lx)/2;
+yt=ry+ly/3;
+
+% Print text and set adjustment
+ht=text(xt,yt,[num2str(Vmax) ' ' Sunit], ...
+ 'HorizontalAlignment', 'center', ...
+ 'VerticalAlignment', 'middle');

22 Apr 2009 Quiverc Creates a color quiver plot with arrows colors according to the magnitude of the vector. Author: Bertrand Dano JH

good job, but one comment: when I use h=quiverc(x,y,U,V,S), it seems the code can not return h? In other words, quiverc(x,y,U,V,S) works, but h=quiverc(x,y,U,V,S) does not work.

Top Tags Applied by Bertrand
aerospace, vector fields, fluid, quiver, fluid dynamics
Files Tagged by Bertrand View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
05 Jul 2009 Screenshot Savecampos-Loadcampos Save & load all camera parameters for re-plotting 3D data or comparison. Author: Bertrand Dano 3d plot, camera viewpoint, visualization 0 0
05 Jul 2009 Screenshot SnapRB Creates a red-blue anaglyth from current 3D figure. Author: Bertrand Dano 3d, stereoscopic, visualization 7 0
19 Jun 2009 Screenshot QuiverS Quiver vector plot with reference vector showing scale Author: Bertrand Dano fluid dynamics, aerodynamics, vector plot, oceanography 11 2
11 May 2009 Screenshot Uquiver Draw unscaled color vectors in 2D Author: Bertrand Dano atmospheric, aersopace, fluid mechanics, oceanography, vector fields 7 0
08 May 2009 Screenshot Streamcolor Draw 2D or 3D color streamlines. Author: Bertrand Dano aerospace, fluid, streamlines, vector fields, velocity fields 16 0

Contact us at files@mathworks.com