필터 지우기
필터 지우기

Info

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

How to code the transition rules? Which rule to be applied where in the matrix?

조회 수: 2 (최근 30일)
surabhi sachdeva
surabhi sachdeva 2017년 10월 4일
마감: MATLAB Answer Bot 2021년 8월 20일

I have 729x729 matrix with me. I also have state transition rules available which have to apply to this matrix. Each entry in the rows and columns is 6 characters long(i,j,k,l,m,n)

Suppose, as we moved from column 1 to row 1, we can see the output as 'v' . eg.  moving from 010110 to 001110 giving output 'v' 

So, this way I want to solve the matrix by applying state transition rules attached. There are many cases with me that can be applied to the movement taking place. 

I want to generate a code using MATLAB defining the transition rules that could help me solve my matrix automatically, that could help decide which rule is getting applied to which transition?

Attached three cases out of six defined.

kindly help

Regards

Surabhi

  댓글 수: 8
surabhi sachdeva
surabhi sachdeva 2017년 10월 5일
Can you tell \ written in the matrix after the row and down the column
How can I insert \ in the matrix form? using which MATLAB command?
surabhi sachdeva
surabhi sachdeva 2017년 10월 5일
I think I am unable to express my query.
What to do?

답변 (0개)

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

Community Treasure Hunt

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

Start Hunting!

Translated by