plotTP(T,[f,a,c1,c2,c3])
T : | HT matrix for coordinate system | |
f : | size of the plane | |
a : | transparency value | |
c1 : | color of plane x==0 ; default is 'r' | |
c2 : | color of plane y==0 ; default is 'b' | |
c3 : | color of plane z==0 ; default is 'g' |
plot three planes of size 10
plotTP(eye(4),10);