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

Nikolay Strelkov n.strelkov at gmail.com
Fri Jul 31 18:15:35 CEST 2015


I reported bug 14023 <http://bugzilla.scilab.org/show_bug.cgi?id=14023> on
Scilab 6.0.0-alpha1 and added link to this discussion.

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

Editing cellstr function helps.

Thank you, Samuel!



With best regards.
Nikolay.

2015-07-31 18:56 GMT+03:00 Samuel Gougeon <sgougeon at free.fr>:

> 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
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20150731/5aa39ba4/attachment.htm>


More information about the users mailing list