How to convert circumferential data to angular data in Matlab?

조회 수: 1 (최근 30일)
Manas Ranjan Pattnayak
Manas Ranjan Pattnayak 2017년 9월 20일
편집: dpb 2017년 9월 20일
I have a Matrix H which is the addition of two matrix G,FF .Both G and FF must be defined with circumferential data i.e.
x =linspace(0,2*pi*r,ntn);
y=linspace(x_2,x_1,nz);
[X,Y]=meshgrid(x,y);
H = G + FF;
Finally I want to show the variation of H and proceed the calculation with theta co-ordinate and dimensionless Y co-ordinate. I defined two more linspace (0,2*pi,ntn) and (0,1,nz) and plotted H. But the results are found to be incorrect because of unequal grid size.
Kindly help me in this regard.
Thanks.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Computational Geometry에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by