3 Way Table In Matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, I wish to create a 3-way table that looks like this picture with different variables. 

I can calculate all my answers but need the data in this format.
Cheers, Lewis.
댓글 수: 0
답변 (1개)
Image Analyst
2020년 2월 16일
With fprintf() you can make the table look as much like that as ASCII characters possibly can. For example
fprintf('| | Breathless | |\n');
Adjust spaces, bars, and words to get what you want.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!