FOR loops in MATLAB: Nested FOR loops

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

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

  • @rockyroad179
    @rockyroad179 4 года назад +2

    Thank you, sir. This makes much more sense the way you've explained it!!

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

    i was struggling to write one function on matix for an hour but your explaination made my day.. thanks a lot!!

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

    Thanks to this I was able to try out some refresher, I got the program solved before him posting the solution. Thanks!

  • @jerrodnewton722
    @jerrodnewton722 5 лет назад +27

    I didn't know Bird Person taught MATLAB tutorials

  • @romisana
    @romisana 12 лет назад +1

    Very well presented! I wish it were explained this clearly when I was learning it!

  • @ahmedshaaban3813
    @ahmedshaaban3813 5 лет назад

    Very comprehensive and helpful, sir. Thank You.

  • @kush.5904
    @kush.5904 8 лет назад +1

    your tutorial videos are really helpful and precise,keep up the good work!!

  • @insajderpapaj4650
    @insajderpapaj4650 11 лет назад

    I am an absolute beginner in programming and I find this video very useful! Thank you very much!

  • @efox1991
    @efox1991 7 лет назад +1

    Thank you and +10pts for sounding like an older Sheldon from Big Bang Theory

  • @AlexanderMaltagliati
    @AlexanderMaltagliati 9 лет назад +2

    I found this very helpful, but I felt that there were a few commands that were used but not fully explained:
    "fprintf", "%0.0f", and ".
    "
    I do not know where these came from and what they do (aside from if they are used exactly the same as in this case).
    Thanks!

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

    Just curious how to use MATLAB to find the values of a symbol?
    Giving a+c=30 and 2

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

    Will a nested for loop like this work the same for a string array?
    I dont know the syntax for the counter for a string array to go through each column then row

  • @olgerpapa2145
    @olgerpapa2145 9 лет назад

    Hello, i have wind speed data(per second) and i need a loop to calculate the average every 1 minute(60sec). 5.270.341rows 1column. Can you help me?

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

    is it possible to save the resulting variables during the loop operation. for example for a loop from 1:5, i want to save all the generated variables during the iteration cycle under a different name. can it be done?

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

    Great video!

  • @felisesilva6891
    @felisesilva6891 10 лет назад

    what is the difference between using MOD and REM commands?

  • @muhammadahdanfawwaznurkhol9570
    @muhammadahdanfawwaznurkhol9570 6 лет назад

    Hi Sir, can you create Matlab program for 2 input and 2 output using if else statement? Thank you very much

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

    Shouldn't num_rows=size(A,2)?? Because the output of the function gives you the number of rows.

  • @Irfankhan-kh5ou
    @Irfankhan-kh5ou 5 лет назад

    hey @
    RobertTalbertPhD
    i have got some issue in the matlb code that i want to run , it is related to my masters degree research.
    i just have to write a program for orientation of a mirror and the value of it changes for different days of the year . if you would help me correct my program i will be much indebted .

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

    A=input('Enter an array:')
    num_rows=size(A,1);
    num_cols=size(A,2);
    for i=1:1:num_rows;
    for j=1:1:num_cols
    if mod (A(i,j),2)==0
    fprintf('The entry %0.0f is even, A(i,j)')
    else
    fprintf('The entry %0.0f is odd, A(i,j)')
    endif
    endfor
    endfor

  • @zachariahprince08
    @zachariahprince08 12 лет назад

    How can a user enter an array of his own choice??What is the command for that? please answer

  • @MrAnzu22
    @MrAnzu22 12 лет назад

    supercool,you are my hero...btw is it macbook or mac book pro..???

  • @Indian2020_Jai_Jai
    @Indian2020_Jai_Jai 12 лет назад

    Sir, please tell me about loops that are used to take two inputs simultaneously and computing it: example-
    fori=1:5
    forj=1:5
    fprintf('
    take length 1:');
    fprintf('
    take length 2:')
    %other computations
    end
    end

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

    Gr8! Was very helpful!

  • @gustidermawan6549
    @gustidermawan6549 6 лет назад

    hello sir, can you help me to complete my thesis?

  • @zachgreaves9749
    @zachgreaves9749 12 лет назад

    say within a for loop defined as,
    i=1:100
    if .....
    elseif.....
    while.....
    If I have a condition in the while loop that terminates the current history it is on and goes to the next history within the for loop... How would I do that? Say the condition is met in i=1, I want to terminate that loop if the neutron is lost and start, i=2.
    Please help...

  • @StrangeParticl
    @StrangeParticl 10 лет назад

    that was a great lesson from you and I admired you way of explaining the example, I am welling to have a chat with you about somthing that I need the help in it. Welling to have you answer soon
    Thank you in advance
    Z

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

    what does mod do??

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

    MOD function is almost like rem Function which also calculates remainder I guess.

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

    Can you please show how to solve a matrix of a 5x3 and have it in increase in the order of small to large.
    Example [ 1 2 5
    15 18 23 ]
    Thank you.

  • @6996skull
    @6996skull 9 лет назад +2

    thank you so much

  • @jenatawad8553
    @jenatawad8553 11 лет назад

    wonderful , great job :-)

  • @Keevon7
    @Keevon7 13 лет назад

    Thank you!

  • @enashameed471
    @enashameed471 3 года назад

    Thanks

  • @fgularte
    @fgularte 13 лет назад

    nice!

  • @112rapture
    @112rapture 8 лет назад +38

    Thank you for not having an accent

  • @getnetgidelew1532
    @getnetgidelew1532 11 лет назад

    cool !

  • @Mastela00
    @Mastela00 11 лет назад

    neat

  • @11792874
    @11792874 12 лет назад

    good job but speaking slower would make it easier to follow

  • @seggetauli6644
    @seggetauli6644 6 лет назад

    Molto interessante, suggerisco anche il corso grautito di "Corsi Consulenze NPR", ruclips.net/video/nc1zk0DAJn0/видео.html

  • @ruhinabagwan5179
    @ruhinabagwan5179 5 лет назад

    Zara slow bol re baba

  • @antonelladimatteo7908
    @antonelladimatteo7908 3 года назад

    cacca cacca cacca

  • @asifalrazi4107
    @asifalrazi4107 5 лет назад

    u r too fast, doesnt freaking help

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

    Quick and clear. Good one!