如何用matlab在三维空间绘制这个参数方程

2025-03-06 19:45:56
推荐回答(1个)
回答1:

你要什么样子的如果是条三维抛物线clcclear allclose allt=linspace(0,1,1001);x=t;y=t;z=t.^2;plot3(x,y,z)