Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
DIRECTEDPLOT Plot with directions
DIRECTEDPLOT(X,Y) plots vector Y versus vector X, with arrows on alternative points. If X or Y is a matrix, then the vector is plotted versus the rows or columns of the matrix,whichever line up.
DIRECTEDPLOT(X,Y,N) places arrows on each N-th point, starting from the first.
DIRECTEDPLOT(X,Y,N,LINESPEC) uses the plot linestyle specified for the plots and the arrows. See PLOT for other possibilities.
[H1,H2] = DIRECTEDPLOT(...) also returns the handles for the plot and the arrows
Example:
x = linspace(0,2*pi,10)';
y = [cos(x) sin(x)];
[h1,h2] = directedplot(x,y);
axis equal
Zitieren als
Mukhtar Ullah (2026). DIRECTEDPLOT (https://de.mathworks.com/matlabcentral/fileexchange/6510-directedplot), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: Plot With Direction
Allgemeine Informationen
- Version 1.0.0.0 (708 Bytes)
-
Keine Lizenz
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.0.0 |
