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