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

Jens Simon Strom j.s.strom at hslmg.de
Thu Oct 5 11:48:00 CEST 2017


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




More information about the users mailing list