[Scilab-users] Shift indices

Samuel Gougeon sgougeon at free.fr
Thu Nov 9 14:05:15 CET 2017


Le 09/11/2017 à 12:42, Rafael Guerra a écrit :
> n = size(log_data,1);
> log_data = log_data([4001:n,1:4000], :);

Yes, it's definitely simpler!

(unfortunately, we can't use the implicit polynomial 4001:$ to replace 
n=.., 4001:n, because it can't be concatenated)




More information about the users mailing list