Standard Unit of Matlab
3 ビュー (過去 30 日間)
古いコメントを表示
I am trying to figure out the standard units of Matlab, for instance if I code mass=10, would the Matlab incorporate this as 10 kilgograms or grams?
Also, how would you put gravity into Matlab.
The only way to convert units that I figured out was to download the master m.files from the web and use it. However, is there another way such that I do not need other extra files?
3 件のコメント
採用された回答
Jan
2013 年 2 月 17 日
It is a general feature of numerical software not to assume any specific units. For the computing it does not matter, if you add seconds, meters or dollars. This has the enormous advantage, that e.g. the same optimization routine can be applied to different fields as energy consumption of an engine or predator/prey systems in biology.
0 件のコメント
その他の回答 (1 件)
Walter Roberson
2013 年 2 月 17 日
MATLAB has no inherent notion of units (other approximations for screen displays). Whether 10 would be kilograms or grams or pounds or slugs would depend entirely on the program.
I think there are some contributions in the File Exchange for dealing with units.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Search Path についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!