how can i map a surface on a shape?

8 ビュー (過去 30 日間)
Pourya Alinezhad
Pourya Alinezhad 2013 年 10 月 18 日
コメント済み: Pourya Alinezhad 2013 年 10 月 21 日
hi there
i am working on phased arrays.there is lot's of antennas on a predefined lattice.now i want to map the lattice grid on a cylinder or sphere etc .... it is a 2D to 3D mapping to construct a conformal array. any suggestions could be helpful...D

採用された回答

Image Analyst
Image Analyst 2013 年 10 月 19 日
  1 件のコメント
Pourya Alinezhad
Pourya Alinezhad 2013 年 10 月 21 日
i found another way to implement my idea... your links was helpful.thanks .

サインインしてコメントする。

その他の回答 (2 件)

Walter Roberson
Walter Roberson 2013 年 10 月 18 日
Consider using a texture map, which involves setting the CData for a surface or patch object.
If you want to "wrap" something about a shape, I do not recall any tool for that. For such a situation you might want to look at John D'Errico's contribution for "alpha shapes".
  1 件のコメント
Pourya Alinezhad
Pourya Alinezhad 2013 年 10 月 21 日
thank you.but i want to consider the rotation of spatial coordinates in mapping... so some closed form formulas might exist there...

サインインしてコメントする。


Honglei Chen
Honglei Chen 2013 年 10 月 18 日
The spacing in a 2D lattice becomes the arc length on a cylindrical surface, so knowing the radius and arclength can help you compute the interspacing angle, thus the coordinates. The sphere case is more challenging and the first question comes up is that, I don't think in general a rectangular grid can be fully mapped on a sphere, just try with a paper and certain parts of the paper never goes on to the sphere surface. So there are some issues you need to solve.
HTH
  1 件のコメント
Pourya Alinezhad
Pourya Alinezhad 2013 年 10 月 21 日
perhaps i need to do some mappings in x-y plane with complex mapping to U-V .in this case i can map a deformed rectangular grid on a sphere...

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeAntennas, Microphones, and Sonar Transducers についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by