Mercurial > hg > octave-lyh
comparison scripts/quaternion/qcoordinate_plot.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 |
---|---|
108 jnk = qtransvmat (qb); | 108 jnk = qtransvmat (qb); |
109 ibv = jnk(:,1); | 109 ibv = jnk(:,1); |
110 jbv = jnk(:,2); | 110 jbv = jnk(:,2); |
111 kbv = jnk(:,3); | 111 kbv = jnk(:,3); |
112 | 112 |
113 gset size square | 113 __gnuplot_set__ size square |
114 axis ([-2, 2, -2, 2]); | 114 axis ([-2, 2, -2, 2]); |
115 | 115 |
116 [vv, theta] = quaternion (qb); | 116 [vv, theta] = quaternion (qb); |
117 | 117 |
118 xlabel (sprintf ("rotate about eigenaxis %5.2f deg", th_eig/degrees)); | 118 xlabel (sprintf ("rotate about eigenaxis %5.2f deg", th_eig/degrees)); |