YouDid
Electrical
- Apr 20, 2007
- 1
Hello!
I am loading data from a text file into matlab with
load CounterData.
I can plot this data with
plot(CounterData)
I can save the data with
save CounterData@20-04-07
but I cannot plot
plot(CounterData@20-04-07)
Either comes the error statement:
Error: Missing MATLAB operator.
or:
??? Undefined function or variable 'PosData120045'.
Who can help me...I would like to plot from the saved data!!
Judith
I am loading data from a text file into matlab with
load CounterData.
I can plot this data with
plot(CounterData)
I can save the data with
save CounterData@20-04-07
but I cannot plot
plot(CounterData@20-04-07)
Either comes the error statement:
Error: Missing MATLAB operator.
or:
??? Undefined function or variable 'PosData120045'.
Who can help me...I would like to plot from the saved data!!
Judith