'tf' stop to be recognised
显示 更早的评论
I am a TA for a university class and today, the function 'tf' stopped being recognized on the school's computer during a class. It worked before. The function call works on other computers.
Any call of tf (such as 'tf(1)' or 'tf([1],[1 0 0])') causes:
Error using tf
The class 'tf' contains a parse error, cannot be found on MATLAB's path, or is shadowed by another file with the same name.
'which tf' returns the correct path. I do not see any other file named tf.
'ver' shows that the control toolbox is installed.
Thanks,
3 个评论
dpb
2015-2-6
Have you tried
- clear tf
- restart Matlab on the offending machine
Is this local or networked install?
C.Blouin
2015-2-6
dpb
2015-2-6
You can also without restart use
rehash toolbox
rehash toolboxreset
to force the toolbox path and also any aliasing functions to be refreshed.
doc rehash % for details
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!