[Scilab-users] Accidentally displaying huge matrices

sgougeon at free.fr sgougeon at free.fr
Tue May 26 17:48:45 CEST 2015


>btw how can you overload the display of double matrices ?

you can redefine disp(), but AFAIK it is not possible to overload the default display for native types such as booleans, decimal or complex numbers, strings...
For instance, if you define %s_p(), it won't never be called when displaying a matrix of decimals or complexes.




More information about the users mailing list