Effacer les filtres
Effacer les filtres

Is there a way that MATLAB figures saved as .fig files can be viewed independently of MATLAB?

1 vue (au cours des 30 derniers jours)
Suppose I create a figure with plot() or semilogx() or even with surf() and plot3(), and I save that figure as a .fig file. Some of these .fig files are quite large, several MB.
Could MathWorks consider a feature where a figure could be stored as an .exe file with just enough code in it to draw out and display the figure (and to zoom in, out, rotate, etc) without MATLAB and without the recipient having MATLAB?

Réponses (1)

Walter Roberson
Walter Roberson le 1 Mar 2019
You can do this with MATLAB Compiler, build an exe the just loads and displays figures.
There might potentially be some ability to display using Octave, but I do not know how advanced that is; I do not know if Octave has implemented any of the graphics operations since R2014b. (I have rarely used Octave.)

Catégories

En savoir plus sur Measurements and Spatial Audio dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by