bugs

boxframe

hansjoerg seybold, 2009-07-14 12:26

~~DISCUSSION~~ I tried to run the couette example without any initial disturbance. When creating the movie files with

    makemovie(0,1,5,0,1,5,'couette.avi');

in matlab i get the following error:

       Error in ==> boxframe at 78
       u_xz = u_xz + 1e-12*X.*Z;

I changed the m file to

       u_xz = u_xz + 1e-12*(X.*Z)';
       

which now works quite well