comparison scripts/quaternion/demoquat.m @ 5215:32c569794216

[project @ 2005-03-16 18:54:42 by jwe]
author jwe
date Wed, 16 Mar 2005 18:54:52 +0000
parents a892190f4977
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5214:eecc24b92d97 5215:32c569794216
246 246
247 qb = qmult(qb,qi); 247 qb = qmult(qb,qi);
248 title(sprintf("yaw=%5.2f deg, pitch=%5.2f deg",thy,thp)) 248 title(sprintf("yaw=%5.2f deg, pitch=%5.2f deg",thy,thp))
249 qcoordinate_plot(qi,qb,qview); 249 qcoordinate_plot(qi,qb,qview);
250 # uncomment the next four lines to get eps output 250 # uncomment the next four lines to get eps output
251 #gset terminal postscript eps 251 #__gnuplot_set__ terminal postscript eps
252 #eval(sprintf("gset output 'fig%d.eps'",kk)); 252 #eval(sprintf("__gnuplot_set__ output 'fig%d.eps'",kk));
253 #replot 253 #replot
254 #gset terminal x11 254 #__gnuplot_set__ terminal x11
255 #prompt 255 #prompt
256 endfor 256 endfor
257 257
258 case(quitopt) 258 case(quitopt)
259 printf ("Exiting quaternion demo\n"); 259 printf ("Exiting quaternion demo\n");