MATLAB Files -- Scripts and Functions

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 28

  • @2TheAbbeyClinic
    @2TheAbbeyClinic 6 років тому +18

    Another excellent tutorial. Best part was that it explained to me very clearly that all function variables are "private" in the sense that they are not accessible outside of that particular function. No need to worry about re-using variable names in your script or other functions, their scope is local 100%. Thank you.

  • @mymoneymyinvestments
    @mymoneymyinvestments 6 років тому +1

    I was struggling with coding. your tutorial helped me a lot. can not thank you enough.

  • @karananumala1846
    @karananumala1846 4 роки тому +3

    Hi sir, Thank you for sharing such kind of videos. Your explanation is in the Layman language. Today I have learnt new stuff.

  • @samirmitra2119
    @samirmitra2119 3 роки тому +1

    GOOD MORNING SIR , PRANAM TO YOU . VERY MUCH KNEEN TO LEARN MATLAB OPERRATION ,

  • @erny.wijayanti
    @erny.wijayanti 4 роки тому

    Very clear and help me a lot. Thank you so much

  • @dee311086
    @dee311086 8 років тому +4

    any web link suggested in video should also be provided in video description. Thanks

  • @kevinoktaprima9672
    @kevinoktaprima9672 4 роки тому

    Thankyou sir. i learned something new today

  • @muhammadumer2098
    @muhammadumer2098 3 роки тому

    where we could find this link which you showed in the starting.

  • @commonsoundsfree
    @commonsoundsfree 2 роки тому

    thank you so much dude you're a god

  • @nishipatel6235
    @nishipatel6235 4 роки тому +1

    This video helped me a lot ! Tysm

  • @lakshmibandikolla4129
    @lakshmibandikolla4129 Рік тому

    Sir good morning, can u send basic class for. mat files working in matlab

  • @godhulibela2023
    @godhulibela2023 Рік тому

    function result = myfunc(m,x)
    c0=1;
    result=0;
    for i=1:m-1
    cm=1/i;
    x=x.^i;
    vec=(cm.*x);

    result=vec+result;
    end
    result=c0+sum(result);

  • @tgeraldakan9181
    @tgeraldakan9181 3 роки тому +1

    Hello prof. Why is it that I have written the same code but it brings the final summation as ans not result
    Am talking about the function example
    Am using MATLAB R2019a
    Thanks Prof.

    • @vimaltomar9336
      @vimaltomar9336 3 роки тому

      u can use sqr braces in the res =[val1.*val2]
      it happens due to matlab code chages in newer versions

  • @sercansavci7739
    @sercansavci7739 4 роки тому +2

    you r my hero

  • @IamNishant1414
    @IamNishant1414 9 місяців тому

    👍🏼👍🏼👍🏼

  • @aishwaryabuyya3793
    @aishwaryabuyya3793 3 роки тому +1

    thankyou sir

  • @lavanyas.b8389
    @lavanyas.b8389 2 роки тому

    Tq so much sir

  • @baidysane7039
    @baidysane7039 6 років тому

    hello am doing a internship and i am working with matlab but i have problems with...i need help for color.calibration.
    i have 24 images to correct n i need a matlab code for it...am trying but i need help please..

  • @Hassanhassan-qk6pw
    @Hassanhassan-qk6pw 5 років тому

    Sir every thing is goob but you can not provide any email.

  • @sundarapandim1104
    @sundarapandim1104 2 роки тому

    HOW TO JOIN THIS Matlab course in NPTEL

  • @AutoKay
    @AutoKay 7 років тому

    thank you!

  • @Uma7473
    @Uma7473 5 років тому

    👏👏👏

  • @sahilrana1653
    @sahilrana1653 7 років тому

    good pedagogy

  • @CHEMTECHSAS
    @CHEMTECHSAS 3 роки тому

    Hi All, any Matlab experts can help?

  • @Sridhar_hu143
    @Sridhar_hu143 5 років тому

    Respected sir,
    I have problem with my MATLAB code can u please help me?!

  • @ayushrajrules
    @ayushrajrules 2 роки тому

    could have edited out the errors before uploading the video