LabVIEW Exercise on Arrays | combine 2D arrays

Поделиться
HTML-код
  • Опубликовано: 19 сен 2024

Комментарии • 3

  • @Stovetopcookie
    @Stovetopcookie Год назад

    I’m glad I found your channel today. Do you have any video specifically about shift registers?

  • @arunr2568
    @arunr2568 2 года назад

    Hi, I would like to learn how to do this column-wise for a symmetric matrix. Means to combine two 2D Arrays in such a way that second column of the appended array will be the first column of second matrix. Then 2 column of first matrix as the third column of appended matrix and so on

    • @labviewexercises8585
      @labviewexercises8585  2 года назад

      It is quite easy. At the point where I used the third loop in which the feedback loop is implemented there, you can connect the iteration terminal to column input in the index array function and you will start getting columns instead of rows.