Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

11 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11 years ago

Answered
Bayesian Neural Network
I recommend this text: http://research.microsoft.com/en-us/um/people/cmbishop/nnpr.htm

13 years ago | 0

| accepted

Answered
ODE using different initial conditions at one time point
You need to be careful with tspan as well. Some ODE functions give non-uniform spacing in time, and with different boundary con...

13 years ago | 2