Thanks Stefan,
Simpler than I thought!
Regards
Jens
-------------------------------------------------------------
Am 05.10.2017 10:55, schrieb Stefan Du Rietz:
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
[email protected]
http://lists.scilab.org/mailman/listinfo/users


_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to