MATLAB图通过旋转3D对象严重缩放

问题描述 投票:1回答:1

这是发生的事情:首先运行这个:

total = linearArray('NumElements',2,'PhaseShift',[180 0],'ElementSpacing',5e-2);

现在看看由此发生的灾难:

arrayFactor(total,100e6)

现在,您可以通过旋转对象来查看它的调整大小:enter image description hereenter image description here

但我已经看到一些很好的旋转而没有糟糕的自动调整大小,你可以通过运行这个看到它:

pattern(total,400e6,'azimuth',-180:1:180)
matlab 3d figure
1个回答
1
投票

我使用了axis vis3d,问题解决了,感谢Adriaan

© www.soinside.com 2019 - 2024. All rights reserved.