Feeds
提问
removing repeated values from an array
Suppose I have an array [1.2 8 89 1.2 4 8 32 1.2]. Is there any MATLAB function that gives me the array without repeated values:...
12 years 前 | 2 个回答 | 0
2
个回答提问
Obtain Hessian matrix in Multistart optimization function
I am using MultiStart function for optimization (using local solver "fmincon"). I need to have the MATLAB-calculated hessian mat...
13 years 前 | 1 个回答 | 0
1
个回答提问
getting a max of a matrix without repetition of index
I have a matrix say A=[0.33 0.57 0.004 0.11; 0.39 0.01 1.00 0.003; 0.06 0.10 0.05 0.09;] and I need max and its index of ...
13 years 前 | 1 个回答 | 0
1
个回答提问
MH sample
Hi, I am trying to use "mhsample" command; make some samples by the MH algorithm. However, I am having a hard time dealing with...
14 years 前 | 0 个回答 | 0
0
个回答提问
Metropolis-Hastings sample
Hi, I am trying to use "mhsample" command; make some samples by the MH algorithm. However, I am having a hard time dealing wit...
14 years 前 | 0 个回答 | 0
0
个回答提问
access a variable from the last iteration of optimization function: fmincon
I am using "fmincon" to optimize an objective function. MATLAB does iteration until one of the exit criteria happens. What I nee...
15 years 前 | 1 个回答 | 0
