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!