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.
zerosMatlab パスに名前が付けられた独自の関数があるとします。ここで、組み込みの を呼び出したいと思いますzeros。どうやってやるの?
zeros
組み込み関数を使用します。
builtin(function, arg1, ..., argN)
あなたの場合、例えば:
builtin('zeros', 50)