Overwrote "clear" function

I accidentally overwrote the clear command in matlab mobile and now cannot clear that variable or any other ones for that matter. Anybody know how I can clear variables on matlab mobile without using the clear command?

更多回答(3 个)

Does clearvars works?
clearvars X* %clear all variables starting with X

1 个评论

What would be the exact syntax, I'm new with Matlab.
I typed:
clearvars clear
and the result was:
Index exceeds matrix dimensions.
Error in clearvars (line 93)
evalin('caller', clearExpr);

请先登录,再进行评论。

0 个投票

I had overwritten cheby1 function. Can someone help me how to retrieve the original cheby1 function. Thanks in advance.

社区

类别

帮助中心File Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by