Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
why I can't use "linalg::substitute" in R2013a?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
if true
>>aaas=zeros(20,2);
>>aaaf=rand(10,2);
>> linalg::substitute(aaas,aaaf,1,1)
end
It tells me "Error: Unexpected MATLAB operator."
0 Kommentare
Antworten (1)
Sean de Wolski
am 26 Jun. 2013
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
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!