Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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?

Respuestas (1)

Walter Roberson
Walter Roberson el 1 de Mzo. de 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.)

Categorías

Más información sobre Measurements and Spatial Audio en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by