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.

matlab simulation ouput frm scope not displayed

Status
Not open for further replies.

binto

Newbie level 5
Joined
Dec 23, 2010
Messages
10
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,371
In matlab when executing a model file i use scope to view the ouput waveforms ..... after simulation is over the waveform in the scope window is saved with a variable name..... eg:ScopeData. after this if i want to copy the wavform to any word or notepad i have to give a command in the command window...... it s like this
simplot(variable name) variable name is what v saved here it s simplot(ScopeData).after this i will get the output waveform in a new window where i can edit it. but the prblm now is after executing this simplot i get the following error pls help me soon...........
??? Attempt to execute SCRIPT plot as a function:
C:\Users\indhumathi\Documents\MATLAB\plot.m

Error in ==> simplot>i_PlotScopeStruct at 465
hLines = plot(ones(2,nLines)*NaN, 'LineStyle',
lineStyles{rem(runNo-1,length(lineStyles))+1});

Error in ==> simplot at 411
i_PlotScopeStruct(data{i}, ports, i);
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top