printtable(content, Name, Value)

버전 1.2.0.0 (5.37 KB) 작성자: brayantz
Print character table in custom format.
다운로드 수: 97
업데이트 날짜: 2018/3/21

라이선스 보기

This function is usefull to display matrices in the screen as a report with diferent 'styles'. You can specify column and rows variable names, aligment, padding spaces, delimiters, corners and borders. Also can save the result as a charcater array to be used with functions: fprintf, sprintf, warning, error and MException.
The purpose of this function is to be an option to the already existing similar functions (see Acknowledgments).

인용 양식

brayantz (2024). printtable(content, Name, Value) (https://www.mathworks.com/matlabcentral/fileexchange/64517-printtable-content-name-value), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Tables에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Changed function name (printtable), changed parameter names, refactorized.

1.1.0.0

Changed name (printTable), changed parameter names, refactorized, added input parser scheme, dependence with
the function interleave (FEX).

1.0.0.0

Add comment