Info

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

Simulink block for transforming 2D matrix to two 1D marices

조회 수: 1 (최근 30일)
Ceco
Ceco 2017년 10월 12일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi,
Does anyone have an idea which block should I use to separate the two columns of one 2D matrix. Now the matrix is: Input: [10 | 20] [21 | 15] [14 | 10] [13 | 86]
but I want the columns to be separated in two separated 1D matrices: Output: First matrix [10] [21] [14] [13] Second matrix [20] [15] [10] [86]
Thank you very much.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by