>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.

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to