The last week I changed Step Opts, and, now I'm having some trouble and errors while I use tf functions. So, for example, when I run this code:
step(tf(1,[1 1]))
Command Window shows this:
Unrecognized function or variable 'td'.
F(1) = -x(1)+(2*pi())/(td*sqrt(1-(x(2))^2))
Error in ltipack.tfdata/pole (line 19)
Error in resppack.ltisource/isstable (line 18)
Error in resppack.ltisource/getFinalValue (line 13)
Stable = isstable(this,ModelIndex);
Error in resppack.TimeFinalValueData/update (line 14)
cd.FinalValue = real(getFinalValue(r.DataSrc,find(r.Data==cd.Parent),r.Context));
Error in wavepack.waveform/addchar>LocalUpdateData (line 62)
Error in wavepack.wavechar/draw (line 12)
Error in wavepack.waveform/draw (line 48)
Error in wrfc.plot/draw (line 17)
Error in wrfc.plot/init_listeners>LocalRefreshPlot (line 79)
Warning: Error occurred while evaluating listener callback.
> In DynamicSystem/stepplot (line 131)
In DynamicSystem/step (line 92)
As you can see there is a lot of warnings and errors.
So...the thing is that it only happens when I decide to use Matlab Online, if I run the code on a friend's account it works perfect.
I would like to know why I am having this problem and how can I reset Matlab Online...