MATLAB: The precision digit problem of vpa functionvpaI got problems that vpa always ouput four decimal digits, and I would like to know how to solve this problem. Best AnswerYou have somehow changed your symbolic preferences. Run sympref("default")in the command window to change them to default.
Best Answer