Textscan and Fscanf in Matlab

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

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

  • @alizar606
    @alizar606 4 года назад

    o man you did a good job.

  • @gaming4life25
    @gaming4life25 4 года назад

    Yo bro... How to read matrix if I'm not sure about the formatSpec?

  • @fernandoluis53
    @fernandoluis53 8 лет назад

    thanks sooo much for htis video. what does matrix(2,:) mean? the colon " : " part i dont understand

    • @stewartmoon2118
      @stewartmoon2118 7 лет назад +2

      The Colon means it collects all data in a Row or Column
      -For example if we had a matrix like below
      Matrix =
      0 10 20 30
      1 11 21 31
      2 12 22 32
      Matrix (:,1) (returns the entire first column)
      =
      0
      1
      2
      Matrix(1,:) (returns the entire first row)
      =
      0 10 20 30

  • @RonaldJung86
    @RonaldJung86 7 лет назад

    is '%c' for character ?

  • @Atozanycome111
    @Atozanycome111 7 лет назад

    Why are there 13 dislikes?

    • @1000AFGHAN1
      @1000AFGHAN1 7 лет назад +2

      Because he makes a 5 min video to 10 min.