Does anybody know?
古いコメントを表示
A line of code i could use for my function so when i insert a vector such as [1 2 3 4], the function i am making see's it as the value 1234(one thousand, two hundred and thirty four) instead? Thanks :)
1 件のコメント
Andrei Bobrov
2012 年 3 月 6 日
c = [1 2 3 4]
out = c*10.^(numel(c)-1:-1:0).'
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!