[Scilab-users] Print string matrix on console without exclamation marks

Stefan Du Rietz sdr at durietz.se
Thu Oct 5 10:55:39 CEST 2017


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 at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
> 




More information about the users mailing list