Rotate Values of Matrix

조회 수: 5 (최근 30일)
Masoud Abbaszadeh
Masoud Abbaszadeh 2021년 9월 14일
편집: Matt J 2021년 9월 14일
Dear all,
I have a set of data (Xdata [401*401], Zdata [401*401] and Zdata [401*401]). Xdata in x-direction, Ydata in y-direction and Zdata is values which is shoun by color. This is actually Goldak heat source which is used in welding. As you see in the figure, the axis of heat source is in y-direction. How can I change/rotate the data of Zdata in a way that the axis is located in red line?
Thanks for your helps
Masoud

답변 (1개)

Matt J
Matt J 2021년 9월 14일
Use imtranslate() to center the source in the image, then use imrotate() it by the desired angle, then use imtranslate() once more to put it back in its original position.
  댓글 수: 5
Masoud Abbaszadeh
Masoud Abbaszadeh 2021년 9월 14일
It did not solve my problem Matt
Matt J
Matt J 2021년 9월 14일
편집: Matt J 2021년 9월 14일
I suggest attaching your data variables in one .mat file so that the community can play with it.

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

카테고리

Help CenterFile Exchange에서 Denoising and Compression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by