How to set the variable formats in a Report Generator table?
古いコメントを表示
Hi, I'm using the Report Generator and I need to output some tables, which contain the computation results.
However, the table in the report displaces very long digits, like '1.234345', which make the table a mess. I tried the solution in other threads:
table1 = varfun(@(var) round(var, 3), table1);
But it left all the zeros: '1.234000'.
Is there anyway to get rid of the zeros, or just simply change the formats of the table variables(columns)?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Simulink Report Generator についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!