Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Simulink block for transforming 2D matrix to two 1D marices
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!