Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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?

Antworten (1)

Walter Roberson
Walter Roberson am 1 Mär. 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.)

Kategorien

Mehr zu Measurements and Spatial Audio finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by