필터 지우기
필터 지우기

rotation metrics by an angle theta

조회 수: 1 (최근 30일)
Tomer Segev
Tomer Segev 2024년 1월 5일
댓글: Dyuman Joshi 2024년 1월 7일
Hey all ,
I am calculating elemnts of matrix whos size are (X,Y) and after i calculate the elemnets, i want to rotate the matrix by an angle of theta.
For example:
x=linspace(-x1,x1,n);
Unrecognized function or variable 'x1'.
y=linspace(-x1,x1,n);
for i=1:length(x)
for j=1:length(y)
H=some_matrix_that_i_create;
E(x,y,:)=eig(H);
end
end
So my quesion is how can I rotate the matrix E(:,:,n)? Is there anyway to rotate the whole E?
Thanks a lot in advance!
  댓글 수: 3
Tomer Segev
Tomer Segev 2024년 1월 7일
I uploaded an two files that looks the same, except the fact that they are rotated pi/4 with respect to one another. What I want to do is to rotate the matrix that presents their data so that they will be the same again (and not rotated with pi/4)
Dyuman Joshi
Dyuman Joshi 2024년 1월 7일
These seem like streamline plots. Note that rotating matrices is not equal to rotating plots.
Nor do they seem to be rotated w.r.t. each other at pi/4. The center portion/blobs of the plots might seem so, but the rest of the plots do not follow the mentioned rotation.

댓글을 달려면 로그인하십시오.

답변 (1개)

Torsten
Torsten 2024년 1월 5일
이동: Torsten 2024년 1월 5일
I can imagine what it means to rotate a matrix by an angle of 90, 180 or 270 degrees:
Is that sufficient for what you want ?
  댓글 수: 1
Tomer Segev
Tomer Segev 2024년 1월 7일
Hey,
No.. I need control over the angle

댓글을 달려면 로그인하십시오.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by