How do I make MatLab display full matrices?
Show older comments
For some reason MatLab cuts my matrices to 4x3 unless I click on it. Is there some kind of setting to to make it display full matrices?
14 Comments
Walter Roberson
on 13 Oct 2018
Is that in the Variable Browser ?
Richard Anderson
on 13 Oct 2018
madhan ravi
on 13 Oct 2018
Edited: madhan ravi
on 13 Oct 2018
You mean command window? Are you using script editor or live editor?
Richard Anderson
on 13 Oct 2018
madhan ravi
on 13 Oct 2018
Edited: madhan ravi
on 13 Oct 2018
you will be able to scroll though the output even if the matrix is not fully displayed just checked mine. I am using Mac, version 2017a
Richard Anderson
on 13 Oct 2018
madhan ravi
on 13 Oct 2018
Edited: madhan ravi
on 13 Oct 2018
It’s the default I don’t think you can change it
Richard Anderson
on 13 Oct 2018
madhan ravi
on 13 Oct 2018
Edited: madhan ravi
on 13 Oct 2018
Edited my comment ?
dpb
on 13 Oct 2018
Which release?
I'd never opened Live Editor before, but w/ R2017b I don't see such a format as you show...what creates that tabular form of display?
In R2017b default display looks to be on right and it has a propensity to roll the window down to the last line a scroll the array off the top even when its the only thing shown which is annoying. Putting "Inline" the array is shown but appearance is same as at the command line; no such fancy labels...
Oh! Maybe it's the hover display you're complaining about? That seems to be limited to five columns by 10 rows, yes...
Richard Anderson
on 13 Oct 2018
dpb
on 13 Oct 2018
In R2017b if "Output on Right" is checked and the window partition is at the default size with the default Live Editor window size, then there isn't sufficient room and the array isn't visible in the default screen area. If I move the division between the edit pane on the left and the display area oh the right to the left (shrink edit width), then the rest of the array is visible.
Or, if instead select "Output Inline" it all shows as the window is full width of the application then.
Have you tried those setting configurations?
Richard Anderson
on 14 Oct 2018
Answers (0)
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!