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.
Plot Projections
plotproj(s) plots XY, XZ, & YZ projections of s on the axis boundaries. Boundaries for plots are automatically identified from the current axis view. As such, plotproj(s) always places the projections behind the projected curve s. See demo script for illustration of this feature.
plotproj can accept plot parameters for each projection using similar commands to plot.
plotproj will automatically adjust the axes object to add the projections to the plot, even if hold is off (ax.NextPlot = 'replace').
plotproj is has a version of my other function 'viewvec' built in. If you want to use that function independently, it is available here.
Zitieren als
John Kearns (2026). Plot Projections - Project curves on axis boundaries in view (https://de.mathworks.com/matlabcentral/fileexchange/132268-plot-projections-project-curves-on-axis-boundaries-in-view), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: SHADOWPLOT, Iso2Mesh
Allgemeine Informationen
- Version 1.0.1 (402 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.1 | Fixed minor issue regarding whether "hold on" was already activated. Now runs without errors regardless of whether "hold on" or "hold off" is active. |
||
| 1.0.0 |
