Hello Jens,

-->M = ['a','b';'c','d'];
-->mprintf("%s  %s\n", M)
a  b
c  d

Regards
Stefan


On 2017-10-05 10:41, Jens Simon Strom wrote:
Hi Scilab experts,
How can I print a string matrix on the console without leading and trailing exlamation marks (!)?

['a','b';'c','d'] should simply be returned as
a  b
c  d


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


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

Reply via email to