Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Very simple question relating to symbolic matrix rotations

조회 수: 2 (최근 30일)
Truman Cassady
Truman Cassady 2018년 3월 3일
마감: MATLAB Answer Bot 2021년 8월 20일
I used syms to represent three variables in three 3x3 matrices. I performed linear algebra to obtain a single 3x3 matrix. I now need to assign numerical values to the three symbolic variables, so that I can make use of the single 3x3 transformation matrix I made. How do I convert a symbolic variable to a variable that represents a numerical value?

답변 (1개)

Star Strider
Star Strider 2018년 3월 3일
Use the subs (link) funciton.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by