Borrar filtros
Borrar filtros

how to save matlab figure in format of .fig

3 visualizaciones (últimos 30 días)
MAMATHA YADAVALLI
MAMATHA YADAVALLI el 14 de Mayo de 2018
Editada: KALYAN ACHARJYA el 14 de Mayo de 2018
i am using R2016a and trying to save figure as .fig. it saves but when i opening the figure it is open the matlab code not opening the figure.i attached saved figure below
  1 comentario
sloppydisk
sloppydisk el 14 de Mayo de 2018
It works fine for me, does your code have the same name as the figure? If so, try changing that.

Iniciar sesión para comentar.

Respuestas (1)

KALYAN ACHARJYA
KALYAN ACHARJYA el 14 de Mayo de 2018
Editada: KALYAN ACHARJYA el 14 de Mayo de 2018
% try this one
figure
%disp fugure here, plot/imshow/surf etc
savefig('figureFile.fig'); % 'figureFile' save file name, you can change it.
%To open it use following
openfig('figureFile.fig');

Categorías

Más información sobre Graphics Object Identification en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by