Is there any way to edit the width of the console in a Matlab Windows Standalone application?

6 views (last 30 days)
Basically the title. I'm working on standalone application in Matlab. I have data displayed to the command window so the user can see what is happening live. The same data is copied to a textfile after the program is finished running, but there is the possibility of a fairly long wait time and being able to see the information displayed live as things are processed is a nice benefit.
Everything works great previewing in Matlab, but, after running deploy tool and running the same code as a standalone application (with console), I discovered that, when the data is displayed the way I have formatted it to display, it is too wide for the console window and each line runs on to the next.(Instead of just printing a line till my programmed line break, like I would like it too.)
Is there any way to adjust the width of the console window in a Matlab standalone Windows application so that each line printed to the display in my program is its proper length, and not forced to a new line early? Thanks! I appreciate it

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!