How can i make equal two matrices?

조회 수: 2 (최근 30일)
Volkan Yangin
Volkan Yangin 2020년 11월 5일
댓글: KSSV 2020년 11월 5일
Hi,
xx0 =
[(5347071735127577*t)/2251799813685248 + 10, 10 - (867684789143429*t)/8796093022208]
[ 56 - (49822173224577*t)/562949953421312, 11 - (154000297519623*t)/274877906944]
[ (3019465549340397*t)/562949953421312 + 1, 21 - (1879737356617211*t)/281474976710656]
I want xx0 to be equal to this:
[x01(t), x02(t)]
This matrix should include 3 rows and 2 columns. In these matrices, t means time and is a symbolic expression.
Is there any way to do this?
Thanks a a lot!
  댓글 수: 3
Volkan Yangin
Volkan Yangin 2020년 11월 5일
x01 and x02 will be used in later steps. I should create new variables include (t) with these names, x01 and x02.
KSSV
KSSV 2020년 11월 5일
With what you want to repalce x01 ans x02?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by