Indexing Columns and Rows | Managing Code in MATLAB

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 14

  • @ilyasbekkouche9477
    @ilyasbekkouche9477 4 ชั่วโมงที่ผ่านมา

    Thank you ❤

  • @srkgalaxy824
    @srkgalaxy824 ปีที่แล้ว

    Thanks ALOT!

  • @roijoseredor1902
    @roijoseredor1902 2 ปีที่แล้ว

    Thanks a lot!!!!

  • @shubhankardutta9303
    @shubhankardutta9303 ปีที่แล้ว

    lets say if A is a matrix 3x10 and A(:,i) will return a column vector of 3x1.
    do you know how I could use A(:,i) to get the specific element for eg 1st element (1x1) or 2nd element (2x1) of that column ?

  • @yare2191
    @yare2191 หลายเดือนก่อน

    How to index elements that are not in the same row or column? For example: 2,1 and 3,3

    • @MATLAB
      @MATLAB  หลายเดือนก่อน

      [M(2,1),M(3,3)]

  • @ethiohagere1993
    @ethiohagere1993 2 ปีที่แล้ว

    thanks. how to get row and column using value

  • @Deepsleepnature1
    @Deepsleepnature1 3 ปีที่แล้ว +3

    Tommorow is my exam of Matlab 😭

  • @Renzo.Official-LCP
    @Renzo.Official-LCP หลายเดือนก่อน

    how to index if i just want
    5
    9
    4
    just like this

    • @MATLAB
      @MATLAB  หลายเดือนก่อน

      M([2:end],1)

  • @dheerajlaltd
    @dheerajlaltd 3 ปีที่แล้ว

    ❤️❤️❤️