plottable

버전 1.0.0.0 (1.69 KB) 작성자: Edward Brian Welch
Plot vector or matrix as table with a customizable printing control string.
다운로드 수: 3.6K
업데이트 날짜: 2001/11/30

라이선스 없음

PLOTTABLE Plot vector or matrix as table.

PLOTTABLE(X) plots X as a table. The default printing format is floating point with two decimal places.

PLOTTABLE(X,CONTROL) uses the string CONTROL as the printing control string for printing the elements of X. It should be of the format accepted by SPRINTF or simply be the word RATS to print elements as fractions. RATS cannot currently be combined with any other control string arguments and must appear simply as 'rats'. CONTROL can be a vertical matrix of strings as created by the function STRVCAT in which case the control strings will be cycled through to print columns of the table. If CONTROL is not specified, it defaults to '%.2f'.

PLOTTABLE(X,CONTROL,COLGROUP) uses the numbers in the vector COLGROUP to group columns together for printing. The sum of the numbers in COLGROUP should not exceed the numbers of columns in X. By default all the elements in COLGROUP will equal 1.

인용 양식

Edward Brian Welch (2024). plottable (https://www.mathworks.com/matlabcentral/fileexchange/1113-plottable), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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