[Scilab-users] Strange behaviour of char(?) function in scilab-6.0.0-alpha-1

Samuel Gougeon sgougeon at free.fr
Fri Jul 31 17:56:22 CEST 2015


Le 31/07/2015 17:16, Nikolay Strelkov a écrit :
> .../..
> So my questions are:
> 1. Did you change something in char function in Scilab 6?
> 2. How should I change my code to make it working in Scilab 5.x and 6 
> with the same functionality?
>

Release notes announce changes with cells: cell.entries and cell.dims 
have been removed.
But cellstr.sci has not been updated (and may be other macros?):

edit cellstr
// line #29, replace
c(i,1).entries = strcat(s(i,:));
// with
c(i,1) = strcat(s(i,:));
// the your script works.

> 3. Do I need to report bug?
Yes

Samuel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20150731/2fa33feb/attachment.htm>


More information about the users mailing list