3 Way Table In Matlab

4 次查看(过去 30 天)
Lewis Bell
Lewis Bell 2020-2-16
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.

回答(1 个)

Image Analyst
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.

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by