Borrar filtros
Borrar filtros

Open fig file but not with Matlab

62 visualizaciones (últimos 30 días)
Frank
Frank el 24 de Dic. de 2011
Comentada: Walter Roberson el 25 de Abr. de 2018
Hello,
are there any other programms than Matlab that can open the figure files (*.fig)? Something like Irfanview, Paint.NET...
Cheers, Frank

Respuesta aceptada

Walter Roberson
Walter Roberson el 24 de Dic. de 2011
Not that I have ever heard of.
.fig files are actually .mat files that happen to store variables that are standard MATLAB graphic objects such as uicontrol, surface, line plots, and so on. .fig files do not store any rendered image. A program outside of MATLAB that was able to interpret them would have to understand the graphics objects and be able to render them.
.fig files not intended as static images: they are intended to store the full graphics hierarchy for recalling and working with further.

Más respuestas (1)

Aeen Eftekhari
Aeen Eftekhari el 25 de Abr. de 2018
Hey all, following the last question, can I use .fig file which is produced in MATLAB in Arcgis? thanks in advance, Aeen
  1 comentario
Walter Roberson
Walter Roberson el 25 de Abr. de 2018
No, you cannot.
You should perhaps look at geotiffwrite()

Iniciar sesión para comentar.

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by