Matlab Live Editor code hangs ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Dear all
Can someone tell me why this code hangs Matlab Live editor when run multiple times with CTRL+Enter?
syms I1 I2 a b c d
eq1=7*I1 - 3*I2 == 58
eq2=3*I1 - 5*I2 == 10
The determinant is
cc =[a b c d]
Is there some illegal operations ?
1 Commento
Joachim Schlosser
il 29 Mar 2016
What do you mean by "hangs"? So far I could not get it to hang, when of course marking the second last line as text not code.
Risposta accettata
Jared MacDonald
il 29 Mar 2016
Hi Timo,
The code works OK in the Live Editor for me. Here's a screenshot of what I get:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/173864/image.png)
Thanks, Jared
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!