필터 지우기
필터 지우기

how to create rotate function ?

조회 수: 3 (최근 30일)
riki singh
riki singh 2022년 6월 27일
댓글: William Rose 2022년 6월 27일
I am interfacing CST through MATLAB how to create rotate function
  댓글 수: 2
Steven Lord
Steven Lord 2022년 6월 27일
I'm guessing when you say CST you're not referring to Central Standard Time, which is the first thing that comes up for a Google search for CST.
So what does CST mean in your context? And what are you trying to rotate?
riki singh
riki singh 2022년 6월 27일
Microwave code studio full wave simulation software for EM design

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

답변 (1개)

William Rose
William Rose 2022년 6월 27일
Matlab rotate() command rotates a 3D graphics object by a specified angle about a specified axis.
  댓글 수: 2
riki singh
riki singh 2022년 6월 27일
Sir i am using interfacing so VBA script i have to write according to CST
William Rose
William Rose 2022년 6월 27일
@riki singh, I don't know what CST is, and I don't program with Visual Basic. I am unfamiliar with microwave simulation.
What kind of thing you are trying to rotate?
How is that thing represented as a data structure?
How you want to describe the rotation? Possible answers include: a) Specify angles in a Cardan sequence; b) Specify angles in a proper Euler sequence; c) Specify an axis and an angle of rotation (also known as helical angle rotation). If the answer is a) or b), it is also necessary to specify the axes, and whether the axes are in the body that is rotating (intrinsic), or in the global frame (extrinsic). If these terms are not familiar, check out the articles on Wikipedia or Wolfram Mathworld.
Please share very clear and specific ansers to the questions above. Then I or others on this site might be able to provide usful assistance.

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

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by