[scilab-Users] code which does not work

François Vogel fvogelnew1 at free.fr
Wed Mar 18 23:38:53 CET 2009


François Vogel said on 18/03/2009 23:26:

By the way, an awfully ugly, slow, crappy workaround is to replace:

>         U(:,:,j)=TE;

by:

         UU=matrix(U,[1,1,-1]);
         for kkk=1:4
           UU(16*(j-1)+kkk)=TE(kkk);
         end
         U=hypermat([4 4 csN],UU);

(if I didn't mess it, please check - I have only a vague idea of what 
your script is doing, so can't say if result is good or not).

Francois




More information about the users mailing list