Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将轴 x,y,z 绘制为来自特定点的向量。x 将是(+-1,0,0) (如果该点是原点)y=(0,+-1,0) 和z(0,0,+-1)。我如何在已经包含一些信息的图中用不同的颜色绘制它们
具体来说,我有一个动画 3D 骨架,我想让轴显示在骨架的根部。
此外,如果有人知道如何在同一个动画 3D 骨架中绘制飞机!我希望飞机像圆盘一样
提前感谢您的任何回复
axis off关闭matlab的默认轴
axis off
然后用于plot3绘制新轴的特定线
plot3
该patch命令连同圆盘轮廓的 x、y、z 坐标将绘制圆盘平面
patch