Feeds
提问
Installing/Using toolbox (lightspeed)
I am trying to use the lightspeed toolbox for Matlab, but it is the first time I download a toolbox and I don't know if it is pr...
10 years 前 | 0 个回答 | 0
0
个回答提问
Changing size vector. Avoiding a loop
Hi I have a problem that is taking hours to be solved and I am trying to gain efficience in order to make it faster. Basical...
11 years 前 | 0 个回答 | 0
0
个回答提问
Sum over columns excluding rows
Hi, I am quite a begginer with matlab and I wonder if someone could help me with this problem. I have a matrix A=[a b c...
11 years 前 | 2 个回答 | 0
2
个回答提问
Avoiding doble loops to gain efficience
Hi. I have solved a problem by using a doble loop but it is taking too long and I am pretty sure there are more efficient way...
11 years 前 | 1 个回答 | 0
1
个回答提问
How does fmincon works? Changing not binding restrictions changes the result
Hello. I am working with the function fmincon and I have noticed that changing a restriction can alter the result even when t...
11 years 前 | 0 个回答 | 0
0
个回答提问
Matlab is violating restrictions of fmincon
Hi I want to solve a constrained maximization problem and i am using the function fmincon. [theta] = fmincon('gmmsimobj2'...
11 years 前 | 1 个回答 | 0
1
个回答提问
Argument of Normal Distribution
Hi! I have a simple question. Is there any way to get the argument in which a standard normal distribution is evaluated give...
11 years 前 | 1 个回答 | 0
1
个回答提问
Subscript indices must either be real positive integers or logicals
I am trying to make a while-loop for an fsolve function. I am getting the error message Subscript indices must either be real po...
11 years 前 | 1 个回答 | 0
1
个回答提问
Filling vector with a condition.
Hi. I have two vectors A and B of the same length I wan´t to create a new vector containing the same numbers of B, but onl...
11 years 前 | 2 个回答 | 1
2
个回答提问
Loop to generate n random series (filling a matrix?)
Hi, i´m glad if you could help me with this I have a funcion that generate a random trajectory for a variable (like a brownia...
11 years 前 | 1 个回答 | 0
1
个回答提问
Quad. The integrand function must return an output vector of the same length as the input vector
Hello, I've been trying to integrate a function using the quad function: PS2=quad(@fintegrand,0,10) fintegrand is a .m fun...
11 years 前 | 0 个回答 | 0
0
个回答提问
Integral of a product between a function and a Cumulative Normal Distribution
Hi. I need to compute an integral of a function that consist in the product between a Cumulative distribution of a Normal, an...
11 years 前 | 2 个回答 | 0