RATS command effect: how to explain?
1 回表示 (過去 30 日間)
古いコメントを表示
>> rats(0.3)-rats(0.2)
ans =
0 0 0 0 0 0 2 0 -4 16 0 0 0 0
0 件のコメント
採用された回答
Vieniava
2011 年 2 月 11 日
rats() gives an output as string. So the ans you gave is a result of substraction of two strings.
rats(0.3)=
' 3/10 '
rats(0.2)=
' 1/5 '
0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Discrete Math についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!