How do I get MatLab to format to three (3) deceimal places?
43 ビュー (過去 30 日間)
古いコメントを表示
This may sound like a silly question but I need to get MatLab to format real number output to three (3) decimal places. I know format bank will do two (2) decimal places and the format short G or format shortg will do decimal places to five (5) deceimal places but I only need three (3). Is there a way to get MatLab to do that?