Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我zeros在 Matlab 路径上命名了自己的函数。现在我想调用内置的zeros. 我怎样才能做到这一点?
zeros
使用内置函数:
builtin(function, arg1, ..., argN)
在您的情况下,例如:
builtin('zeros', 50)