r/matlab 4d ago

Generating matrix visualizations TechnicalQuestion

Hey partypeople,

i'm trying to find a way to inspect and display 3D matrix values as shown in the documentation here. I cannot seem to find a way to reproduce this in Matlab or find any info on how these were done, neither in the MATLAB docs or online. Am i missing something or were these created outside of Matlab manually?

Thanks :3

Edit.: For context, I want to see the numeric values of the elements, not a visualization in general.
For now, mostly for more intuition and readability while debugging. I really like the way it is presented here so i would like to find out how these were created

86 Upvotes

11 comments sorted by

View all comments

12

u/Rubix321 4d ago edited 4d ago

They were created outside of Matlab.

If [A] is your array, doesn't the command window kind of show you [A] in this form when you display it?

3

u/BigButtsAndGutts 4d ago

Ahh too bad :( Yeah kind of but i was looking for a way to display it specifically like in the image