how to use MATLAB units ?
3 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Karan Gill
on 10 Mar 2017
Edited: Karan Gill
on 17 Oct 2017
Starting R2017a, units are available in MATLAB via Symbolic Math Toolbox. See:
Karan. (Symbolic doc)
[SL: fixed typo.]
0 Comments
More Answers (2)
Walter Roberson
on 10 Mar 2016
Other than switching to feval() syntax, No.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!