How to plot a animation plot on a 2D grid?
이전 댓글 표시
I have a 21*4 matrix data which only contains 0 and 1. I wanna build a 2*2 2d grid that can change color following 0 and 1.( 0 is white and 1 is black) Each column in that 21*4 matrix repersents the data for 1 block in the grid. How could I plot a animated plot to work like a neon? Thank you.
댓글 수: 4
Geoff Hayes
2019년 2월 14일
Zhen - how is the data in the first column of your matrix used in the first block of your grid? Or do you read each row of the 21x4 matrix and populate the colours in the 2x2 grid, then pause, and then repeat with the second row, etc.? Please clarify.
ZHEN XU
2019년 2월 14일
Geoff Hayes
2019년 2월 14일
so you apply the 21 "signals" from the first column into the first block of the 2x2, then apply the 21 signals from the second column to the second block of the 2x2, etc. Is this correct? Do you pause between each signal "update"?
ZHEN XU
2019년 2월 14일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Animation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!