MATLAB: Path in matlab using coordinates!

3d3d plotscurve fittingMATLABpoints

I have a problem for school so if you know any way to do this it'll help a lot. I need to make curve(spline) in matlab in 3D. I have coordinates for points in excel and through those pointa I have to make curve. Is that possible? Professor mentioned using point cloud. If you can help I'll be greatful.

Best Answer

Read about xlsread, this will load the excel data into workspace. nd then to plot read about plot and plot3.