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:
...