Rotate 3D Radiation Pattern
显示 更早的评论
Hi there,
I would like to rotate my radiation pattern. From this:
To this:

I can do the rotation by using the toolbox, by the following:
el = -90:90;
az = -180:180;
newax=roty(90);
pat = rotpat(Y,az,el,newax);
I can't use this toolbox, because I need to have the proper matrix that gives me a radiation pattern pointing towards that direction.
The radiation pattern matrix I would like to rotate has the following format: (181x361)
Any advice?
Thank you in advance.
2 个评论
KSSV
2022-11-3
Read about Affine transformations
Matt J
2022-11-3
because I need to have the proper matrix that gives me a radiation pattern pointing towards that direction.
What is "improper" about the matrix given as output by rotpat?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Full-Wave Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!