3 Way Table In Matlab

3 visualizaciones (últimos 30 días)
Lewis Bell
Lewis Bell el 16 de Feb. de 2020
Respondida: Image Analyst el 16 de Feb. de 2020
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.

Respuestas (1)

Image Analyst
Image Analyst el 16 de Feb. de 2020
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.

Categorías

Más información sobre Tables en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by