Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Viewing Matlab .fig file

Status
Not open for further replies.

Old Nick

Advanced Member level 1
Joined
Sep 14, 2007
Messages
479
Helped
68
Reputation
136
Reaction score
18
Trophy points
1,298
Activity points
4,243
matlab .fig

Hi, I have a .fig file which I can open with matlab version7 but not with 6.5. I am currently working on 6.5 and have no access to version 7 and need to open this file.
I have to give a talk tomorrow and I want to include the results from this plot, but I can't access it.

Does anyone know any viewers etc that I could use to open this figure.

Cheers,

Nick

this is the error I get

??? Error using ==> load
Unable to read MAT file C:\Documents and Settings\Nick\Desktop\newcorr.fig

See FILEFORMATS for a list of known file types and the functions used to read them.

Error in ==> C:\MATLAB6p5\toolbox\matlab\iofun\hgload.m
On line 45 ==> fileVars = load(filename,'-mat');

Error in ==> C:\MATLAB6p5\toolbox\matlab\graphics\openfig.m
On line 84 ==> [fig, oldvis] = hgload(filename, struct('Visible','off'));

Error in ==> C:\Documents and Settings\Nick\Desktop\Untitled.m
On line 1 ==> openfig('newcorr.fig')
 

matlab fig

take the .fig file to a machine with the latest matlab (or atleast with required matlab version), save the figure as jpeg or bmp...
 

matlab fig file

It doesn't matter no as I gave the talk yesterday, and as I mentioned I had no access to version7, but cheers anyway!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top