Info

この質問は閉じられています。 編集または回答するには再度開いてください。

why I can't use "linalg::substitute" in R2013a?

1 回表示 (過去 30 日間)
yang
yang 2013 年 6 月 26 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
if true
>>aaas=zeros(20,2);
>>aaaf=rand(10,2);
>> linalg::substitute(aaas,aaaf,1,1)
end
It tells me "Error: Unexpected MATLAB operator."

回答 (1 件)

Sean de Wolski
Sean de Wolski 2013 年 6 月 26 日
linalg::substitute(aaas,aaaf,1,1)
Is a MuPAD command. You'll have to run it from within MuPAD. To Open MuPAD, either run the App from the Apps tab or run:
>>mupad
for more information on it:
doc mupad
  1 件のコメント
yang
yang 2013 年 6 月 26 日
編集済み: yang 2013 年 6 月 26 日
Thanks for fast response. Is there a regular command with the same function?

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by