Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

2 visualizzazioni (ultimi 30 giorni)
yang
yang il 26 Giu 2013
Chiuso: MATLAB Answer Bot il 20 Ago 2021
if true
>>aaas=zeros(20,2);
>>aaaf=rand(10,2);
>> linalg::substitute(aaas,aaaf,1,1)
end
It tells me "Error: Unexpected MATLAB operator."

Risposte (1)

Sean de Wolski
Sean de Wolski il 26 Giu 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
  1 Commento
yang
yang il 26 Giu 2013
Modificato: yang il 26 Giu 2013
Thanks for fast response. Is there a regular command with the same function?

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by