Open Software as a service (SaaS). Ex-ample just below, change "Put your text" and you will see:
Online Services headline animator, feedBurner
Friday, July 25, 2008
matlab .m 3D Arrow with many color/parameter options
View fullsize image
This code allows you to create simple, yet powerful three dimensional arrow. As it is derived from the surf command, it may be memory intensive, but well worth the cost for crisp visualization of data using phong shading and MATLAB's lighting options.
Example:
arrow3D([0,0,0], [0,0,1],'red',0.82);
%% Creates a single arrow starting at the origin with magnitude=1 along the z-axis, in red, with an arrowhead 18% of the length and the stem 82% of the length.
This has a 'published' file, so use:
playshow demoArrow3D
to view many of the details or simply view directly the html file attached.
Labels:
matlab
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment