필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 3 (최근 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