| File Information |
| Description |
ARROW3(P1,P2) draws lines from P1 to P2 with directional arrowheads. P1 and P2 are either nx2 or nx3 matrices. Each row of P1 is an initial point, and each row of P2 is a terminal point.
ARROW3(P1,P2,S,W,H,IP,ALPHA,BETA) can be used to specify properties of the line, initial point marker, and arrowhead. Type "help arrow3" at the command prompt for more information
What's new in Version 5:
All arrowhead and initial point marker sizes (W, H, and IP) are relative to the PlotBox diagonal.
Version 5 attempts to preserve the appearance of existing axes. In particular, ARROW3 will not change XYZLim, View, or CameraViewAngle. ARROW3 does not, however, support stretch-to-fill scaling. If a particular aspect ratio or variable limit is required, use DASPECT, PBASPECT, AXIS, or XYZLIM commands before calling ARROW3. Users are encouraged to report problems directly to the author. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
Arrow3 version 4.58
This submission has inspired the following:
mArrow3.m - easy-to-use 3D arrow
|
| MATLAB release |
MATLAB 6.5 (R13)
|
| Zip File Content |
|
| HTML Files |
Arrow3 Examples, Arrow3 Messes Up My Plots!
|
| Other Files |
arrow3.m, ex01.png, ex02.png, ex03.png, ex04.png, ex05.png, ex06.png, ex07.png, ex08.png, ex09.png, ex10.png, ex11.png, ex12.png, ex13.png, ex14.png, ex15.png, ex16a.png, ex16b.png, ex16c.png, fig01.png, fig02.png, fig03.png, fig04.png, fig05.png, text.css
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 12 Mar 2007 |
improved code metrics |
| 11 Apr 2007 |
added dialog |
| 11 Apr 2007 |
added dialog |
| 13 Apr 2007 |
dialog revision |
| 29 May 2007 |
magnitude coloring and documentation revision |
| 04 Jun 2007 |
more examples |
| 05 Jun 2007 |
more examples |
| 15 Jun 2007 |
corrected example 2 |
| 18 Jun 2007 |
simplified example 10 |
| 25 Jun 2007 |
added example references; check for empty input |
| 25 Jun 2007 |
added example references; check for empty input |
| 02 Jul 2007 |
modified named colors to match default ColorOrder |
| 09 Jul 2007 |
modified named colors to match Simulink colors |
| 16 Jul 2007 |
revised html files |
| 17 Jul 2007 |
new screenshot |
| 25 Jul 2007 |
ignore zero-magnitude input |
| 10 Sep 2007 |
added cone plot option |
| 01 Oct 2007 |
changed screenshot |
| 24 Oct 2007 |
zero magnitude bug fix |
| 17 Mar 2008 |
updated contact information |
| 22 Sep 2008 |
revised html files |
| 13 May 2009 |
corrected spelling errors |
|