How to get multiple variables in 'assume' ?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Niklas Kurz
am 9 Mai 2021
Beantwortet: Star Strider
am 9 Mai 2021
For example If I were to set
syms v m g k t real
and I want all of them to be handled as variables greater than 0, but not by
assume(v>0); assume(m>0); ...
is there somewhere a shortcut?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!