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