how to use MATLAB units ?
5 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Karan Gill
2017 年 3 月 10 日
編集済み: Karan Gill
2017 年 10 月 17 日
Starting R2017a, units are available in MATLAB via Symbolic Math Toolbox. See:
Karan. (Symbolic doc)
[SL: fixed typo.]
0 件のコメント
その他の回答 (2 件)
Walter Roberson
2016 年 3 月 10 日
Other than switching to feval() syntax, No.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!