About 50 results
Open links in new tab
  1. How do I do numerical integration of a vector in MATLAB?

    May 19, 2010 · 6 I have a vector of 358 numbers. I'd like to make a numerical integration of this vector, but I don't know the function of this one. I found that we can use trapz or quad, but i don't really …

  2. How do I integrate a matrix function in Matlab? - Stack Overflow

    Dec 27, 2015 · Matlab (latest, 2015) provides the integral function to numericaly compute integrals of functions For functions that have a multi-dimensional domain (e.g matrix-valued functions) you can …

  3. matlab - how to make a plot of an integral function? - Stack Overflow

    Sep 14, 2015 · 3 integral can only handle numeric values for the integration limits. To have a generic integration limit, you can define that limit to be a symbolic variable and carry out the integration …

  4. integral - Use of 'ArrayValued' in Matlab numerical integration - Stack ...

    Sep 23, 2022 · From the documentation for integral describing the integrand argument: For scalar-valued problems, the function y = fun(x) must accept a vector argument, x, and return a vector result, …

  5. Integrating a function of two variables with respect to one on Matlab ...

    Aug 4, 2014 · Integrating a function of two variables with respect to one on Matlab Asked 11 years, 6 months ago Modified 11 years, 6 months ago Viewed 2k times

  6. matlab - How to solve a double integral with any code? - Stack Overflow

    Mar 1, 2023 · I have an double integral: Because exp(−𝑥^2) is a non-integrable function, I have tried to solve this using the quadgk function in MATLAB, but I don't get a good result. Changing the integral's …

  7. integral - calculating bessel function of zero order in matlab - Stack ...

    Apr 27, 2023 · 1 J (x)= 1/π integral cos (xsintheta). limits are from 0 to π. Plot J (2pid/λ) as a function of d/λ in MATLAB for d/λ ranging between 0 and 2. At what distance of separation (in wavelengths) is …

  8. matlab - Is it possible to define an integral function and integrate it ...

    May 19, 2017 · I want to do the following integration: In order to do integration using the function integral in matlab, I define the function first and then apply integral. Below is my function:

  9. How to perform indefinite integration of this function in MATLAB?

    Dec 20, 2016 · I need to perform the following operations as shown in the image. I need to calculate the value of function H for different inputs(x) using MATLAB. I am giving the following command from …

  10. Matlab: How to compute an integral of a dataset when the function of ...

    Apr 21, 2013 · 1 In Matlab, if I am given a time series dataset in which the second column of values is a function of the times of the first column, and I need to integrate over the second column of values, …