We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5d8bc commit 4baf4b1Copy full SHA for 4baf4b1
FunctionLibrary/PlotVector3DAxis.m
@@ -8,11 +8,10 @@ function PlotVector3DAxis(axlims)
8
b = ub-a;
9
buff = b*0.1;
10
c = ub+buff/2;
11
- ca = [0.3 0.3 0.3 0.6];
12
axis([a-buff,c+buff,a-buff,c+buff,a-buff,c+buff])
13
- quiver3(a,0,0,b,0,0,"autoscale","off","maxheadsize",1/10,"linewidth",1,"color",ca)
14
- quiver3(0,a,0,0,b,0,"autoscale","off","maxheadsize",1/10,"linewidth",1,"color",ca)
15
- quiver3(0,0,a,0,0,b,"autoscale","off","maxheadsize",1/10,"linewidth",1,"color",ca)
+ quiver3(a,0,0,b,0,0,"autoscale","off","maxheadsize",1/10,"linewidth",1,SeriesIndex=1)
+ quiver3(0,a,0,0,b,0,"autoscale","off","maxheadsize",1/10,"linewidth",1,SeriesIndex=1)
+ quiver3(0,0,a,0,0,b,"autoscale","off","maxheadsize",1/10,"linewidth",1,SeriesIndex=1)
16
text(c,0,0,"$x$", "Interpreter","latex","fontsize",fs)
17
text(0,c,0,"$y$", "Interpreter","latex","fontsize",fs)
18
text(0,0,c,"$z$", "Interpreter","latex","fontsize",fs)
InstructorResources/Solutions/VectorBasicsSoln.mlx
9.03 KB
Scripts/VectorBasics.mlx
-1.62 KB
0 commit comments