Currently I am developing a game that use vector valued functions quite extensively and I want to take look at the graph of the functions before I put their equation into my game code.
Can someone explain me how do I graph a 3D Vector Valued Function in MATLAB?
(For Example: (Helix function) r(t) = 4 cos(t) * I + 4 * sin(t) * J + t * K)
Much Thanks.

plot3function is my first shoot. An image, even handmade one, can show what you really want. - Crowley