Please help with MATLAB code
Thank you.
Make a pretty 3D curve with a function file. Write a function (as a function file) that takes in one parameter, t, and outputs three coordinates, x,y,z. Feel free to start with the spiral3D curve from lecture (week 8, lec 2). Now plot the curve in 3D using plot3 o Create t values using linspace.