Units for Matlab

バージョン 1.0.0.0 (34.4 KB) 作成者: John Kitchin
This package provides units conversion factors and enforces unit algebra for Matlab
ダウンロード: 856
更新 2012/5/29

ライセンスの表示

This package provides a units class that enforces unit algebra, e.g. m*m = m^2, m + s is undefined, for Matlab. All the standard operators are defined, and many linear algebra, nonlinear algebra, ode solvers, data fitting functions are overloaded to allow units to be used with them (enough for use in a typical chemical engineering course). The package automatically performs conversions, so 1*kg + 1*lb is straightforward. This package is more complete and functional than previous units implementations in File Exchange.

Warning: not every function is overloaded, and many functions tend to silently drop units!

Basic usage is:
u = cmu.units;
a = 1*u.kg;
b = 1*u.lb;
a + b

Examples of using the package can be found in the tests directory, and at http://matlab.cheme.cmu.edu/2011/08/05/using-cmu-units-in-matlab-for-basic-calculations/.

Find the current version and submit bugs at https://github.com/jkitchin/matlab-cmu.

引用

John Kitchin (2024). Units for Matlab (https://www.mathworks.com/matlabcentral/fileexchange/36878-units-for-matlab), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2011b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersPhysics についてさらに検索
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0