Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Procedure

>> syms x y z
>> F = [x*y, (y^2)+1, z];
>> vectline(F,[x,y,z],[-1,1,-2,3,1,3])

Procedure
>> syms x y z
>> F = [y*z, z*x, x*y];
>> vectline(F,[x,y,z],[-1,1,-2,3,1,3])

Software: Matlab
vectline M-file:
http://www.mathworks.com/matlabcentral/fileexchange/7338-3d2d-vector-field-
plotter

You might also like