extract the number with only the first decimal number
12 ビュー (過去 30 日間)
古いコメントを表示
I have to extract the number with only the first decimal number
Examples:
1.23 -> 1.2
2.49 -> 2.4
4.77 -> 4.7
7.51 -> 7.5
2 件のコメント
Dyuman Joshi
2023 年 9 月 20 日
Extract as in? Do you want to store it in string/char/cell array of character vectors?
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!