how to use MATLAB units ?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
timo
am 10 Mär. 2016
Bearbeitet: Karan Gill
am 17 Okt. 2017
I need to use units in Matlab
To use Matlab units i use Mupad like this:
aux1 = evalin(symengine,'unit::convert(2.1*unit::volt, unit::mvolt)')
Which returns
2100.0*unit::mvolt
Is there any way to use units beside this hack , which is quite annoying ...
0 Kommentare
Akzeptierte Antwort
Karan Gill
am 10 Mär. 2017
Bearbeitet: Karan Gill
am 17 Okt. 2017
Starting R2017a, units are available in MATLAB via Symbolic Math Toolbox. See:
Karan. (Symbolic doc)
[SL: fixed typo.]
0 Kommentare
Weitere Antworten (2)
Walter Roberson
am 10 Mär. 2016
Other than switching to feval() syntax, No.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!