Discussion Overview
The discussion revolves around a problem encountered in MATLAB related to displaying a long polynomial output in the Command Window, specifically the error message indicating that the text exceeds the maximum line length of 25,000 characters. Participants explore potential solutions and alternative approaches to handle this issue.
Discussion Character
- Technical explanation
- Debate/contested
Main Points Raised
- One participant describes using MATLAB to model gravity of an irregular body and encounters a limitation when trying to display a long polynomial output.
- Another participant questions the specifics of the output process, asking whether the output is directed to the Command Window and suggesting the use of new-line characters to manage the display.
- A participant clarifies that the polynomial generated is expected to be long and expresses the desire to find a way to display the entire polynomial in the Command Window.
- One participant reiterates the suggestion to avoid displaying the output in the Command Window and instead write the output to a file.
- A later reply acknowledges the suggestion and indicates intent to try writing to a file.
Areas of Agreement / Disagreement
Participants do not reach a consensus on a specific solution, but there is agreement on the suggestion to write the output to a file as a potential workaround.
Contextual Notes
Participants have not resolved the limitations of the Command Window display and the implications of outputting long text in MATLAB.