Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I make MATLAB use the full window width for displaying matrices?

0
Posted

How can I make MATLAB use the full window width for displaying matrices?

0

Bob Gilmore writes: In R12 (MATLAB 6.0), this can be controlled via a preference. Select the File | Preferences… menu item, and select Command Window in the Preferences dialog that appears. In the Display section, there’s a checkbox labeled Limit matrix display width to eighty columns. Unchecking that box allows matrix displays to make full use of the Command Window’s width. [Unchecked is the default.] Starting with MATLAB R12.1, users can access the current command window size using the root property CommandWindowSize. That is, sz=get(0, ‘CommandWindowSize’). In R12.0, there is no way to do this unless you call undocumented C functions from a MEX file.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123