How do these Python commands have to look in Matlab to calculate A and B and show me the two results?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
A = 10+10 B = A+10
print("A =",A) print("B =",B)
--- will show me: ---
A = 20 B = 30
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Compiler SDK in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!