Appending Tables into Matlab Report
2 次查看(过去 30 天)
显示 更早的评论
I have three (3) questions regarding the display of tables in a Matlab report:
1) When I generate a table of values I get calculations with 15 decimal points, when I round(varname,0) I get 0 decimal points in the table but when I round (varname,2) I again get 15 decimal points. How do I get 2 decimal points only to display in my Matlab report table?
2) How do I append two (2) tables together to from one (1) when both tables have the same number of outputs but different values?
3) Also I would like to add an additional column with my input displayed in column 1 such as ' Table 1 =' and ' Table 2 =' and the remaining columns should display the calculated values and inputs from question 2 above.
Again any help appreciated.
Regards, Frank
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Report Generator 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!