Discussion Overview
The discussion revolves around formatting numerical outputs in Matlab, specifically the desire to avoid scientific notation (using the 'e' symbol) while maintaining a higher precision than what the 'bank' format offers. Participants explore various formatting options and potential custom solutions.
Discussion Character
- Technical explanation, Conceptual clarification, Debate/contested
Main Points Raised
- One participant expresses a need for a numerical format in Matlab that does not use the 'e' symbol while requiring more than two decimal places.
- Another participant provides a link to Matlab's available formats and suggests that a custom formatter function might be necessary if the desired format is not listed.
- A question is raised about whether the formatting concern pertains to command line display or writing to a file, indicating that the intended use may influence the formatting approach.
- A further example is provided where a participant demonstrates a calculation in Matlab and discusses how setting the 'fix' format affects the display of results, suggesting a preference for a more readable scientific calculation format.
Areas of Agreement / Disagreement
Participants have not reached a consensus on a specific solution or format. Multiple viewpoints and approaches are presented, indicating that the discussion remains unresolved.
Contextual Notes
There are limitations regarding the specific formatting options available in Matlab and the potential need for custom solutions, which have not been fully explored or defined.