Publish your MATLAB figures to the web with one line of code.
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.
Plotly (https://plot.ly/) is an online graphing platform that makes generating and sharing interactive, publication-quality figures easy.. This package converts your MATLAB figures into online Plotly graphs with a single line of code:
```
[X, Y, Z] = peaks;
contour(X,Y,Z,20)
fig2plotly()
```
This code generates this graph in your browser: https://plot.ly/~demos/1574
For more, see the official documentation at https://plot.ly/MATLAB.
Zitieren als
Chris (2026). Plotly | Online MATLAB Graphing (https://github.com/plotly/plotly_matlab), GitHub. Abgerufen .
Quellenangaben
Inspiriert: Program to plot words on graph or figure
Allgemeine Informationen
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.6.0.0 | Update image |
||
| 1.5.0.0 | Link to the GitHub repo. |
||
| 1.4.0.0 | Fixed bug in API sign-up |
||
| 1.2.0.0 | Added contact info. |
||
| 1.1.0.0 | Updated docs |
||
| 1.0.0.0 |
