Appending Tables into Matlab Report

1 view (last 30 days)
Frank Lehmann
Frank Lehmann on 31 Mar 2018
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

Answers (0)

Community Treasure Hunt

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

Start Hunting!