how to turn decimal numbers to integers

6 ビュー (過去 30 日間)
xueqi
xueqi 2012 年 8 月 15 日
Dear fellows,
Do you have any idea how to turn a set of results which are decimal numbers to integers?

採用された回答

Ilham Hardy
Ilham Hardy 2012 年 8 月 15 日
Use
round()
or
fix()
HTH,IH

その他の回答 (1 件)

Isktaine
Isktaine 2012 年 8 月 15 日
Assuming your results are stored in A then:
fix(A)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by