Change the default behavior of Matlabs with no semicolon to use `datatipinfo` instead of` disp`

A common annoyance in Matlab is that if you forget the semicolon, a megabyte of numbers can be flooded in the interactive shell. Matlab calls disp(...)on any fatal output, which can be quite painful. The conclusion is datatipinfo(...)much more friendly.

  • Is it possible to change the behavior of Matlabs for a call datatipinfo, rather than dispon an unmanaged output?
+3
source share
2 answers

No, It is Immpossible.

MATLAB, disp, , , datatipinfo. , .

+3

disp Matlab. , , .

- . - , disp.

0

All Articles