Draw a 3D arrow. Easily specify size, color and even transparency.
软件应用简介
 
This function draws a 3D arrow using a cylinder and cone patch. This allows the use of all patch properties including transparency. It can be used with default parameters (example 1) or user-defined parameters (example 2).
example 1: 
> mArrow3([0 0 0],[1 1 1]); 
% draws a black arrow from point [0 0 0] to point [1 1 1]
example 2: 
> h = mArrow3([0 0 0],[1 1 1], ‘facealpha’, 0.5, ‘color’, ‘red’, ‘stemWidth’, 0.02); 
% draws a semitransparent red arrow with a stem width of 0.02 units from point [0 0 0] to point [1 1 1]; h is the handle to the patch object
界面展示
 
结果示意
 
规格 价
| 0元试用 | 
|---|
| 0.0元人民币/月 | 
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!