In-Build MATLAB Integration Functions

Поділитися
Вставка
  • Опубліковано 21 лип 2024
  • 1. The translated content of this course is available in regional languages. For details please visit nptel.ac.in/translation
    The video course content can be accessed in the form of regional language text transcripts, books which can be accessed under downloads of each course, subtitles in the video and Video Text Track below the video.
    Your feedback is highly appreciated. Kindly fill this form forms.gle/XFZhSnHsCLML2LXA6
    2. Regional language subtitles available for this course
    To watch the subtitles in regional language:
    1. Click on the lecture under Course Details.
    2. Play the video.
    3. Now click on the Settings icon and a list of features will display
    4. From that select the option Subtitles/CC.
    5. Now select the Language from the available languages to read the subtitle in the regional language.

КОМЕНТАРІ • 8

  • @sanketjain5377
    @sanketjain5377 5 років тому +1

    is trapezoidal and simpsons rule capable of calaculating all the integrals

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

    wow the quad command is quiet easy to use

    • @907425019
      @907425019 5 років тому +1

      Bro if u r good at Matlab and wanna earn part time, plz revert back. I will explain you. .
      Thanks

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

      @@907425019 tell me what to do bro

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

      Quad i didn't understand why we need to vectorise the func. MyFunctInt did not vectorise x

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

    Is it possible to do a integration if the function has two variables (in vector form)e.g. x and y, and want the integration only on x (for x=0 to x=infinity)? No integration limit on y...y is a row vector for me!... kindly tell if there is any solution for that!

    • @jithinjames5372
      @jithinjames5372 Місяць тому

      I have also same query, could you please tell the solution

    • @subhrohalder4104
      @subhrohalder4104 Місяць тому

      @@jithinjames5372 Yes, you can use numerical method like trapezoidal to calculate double integration but those method is computationally costly. OR you can use monte carlo method (stochastic Method) to calculate integration and you can write the code as well... but in those method, limit should be specified