Community Profile

photo

Paul


Last seen: 4 years ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


All possible sets from vector
I have a vector x = 1:n and I need to compute all sets from it. So for example x = [1 2 3 4] should produce: [1] [2] [3] [4...

8 years ago | 1 answer | 1

1

answer

Question


Numerical Integration over 2 to 20 dimensions
Hello, In program I'm working on, the input from the user is inline function v( *a* ) with number of variables (max 20) so I ...

10 years ago | 0 answers | 0

0

answers

Answered
Integration of a vector
yes i tried trapz,quad,integral... but still couldnt find the solution. Im fairly new to matlab so I started by integrating sca...

10 years ago | 0

Question


Integration of a vector
Hello I have a given vector x0 and vector a1 of unknown variables. I want to get a new point x1 such that I numerically integ...

10 years ago | 2 answers | 0

2

answers