To graph the vector-valued function V(t) = e^tsin(t)i + e^tcos(t)j + e^t*k in MATLAB, you can use the following code:
main.m410 chars14 lines
You can copy this code into a MATLAB script or the MATLAB command window to visualize the graph of the vector-valued function V(t) in 3D.
gistlibby LogSnag