four dimensional numerical Integration

2 views (last 30 days)
Rajdeep Basak
Rajdeep Basak on 23 Feb 2015
Commented: Mike Hosea on 26 Feb 2015
It's getting really hard to do the 4D integration numerically in MATLAB. I've tried integral(integral3()) nested integral, integral2(integral2()), and another function integralN(). None of these are working. Please help.
  1 Comment
Mike Hosea
Mike Hosea on 26 Feb 2015
How are we supposed to know what your problem is? Is there an error in your formulation? Is the problem not integrable, or is there a singularity that is too strong? Does it seem to run and just never return? Does it return NaN and say the integration was unsuccessful? So many questions, so little information! How about an example of something that didn't work. The integralN method is the simplest to use, as it does not require use of arrayfun to do the nesting. Please make it complete and self-contained so that a person can copy-paste your code and run it.

Sign in to comment.

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!