Community Profile

photo

Ibehma01


Last seen: 1 year ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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:...

10 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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 ...

12 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 0 answers | 0

0

answers

Question


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...

12 years ago | 0 answers | 0

0

answers

Question


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...

13 years ago | 1 answer | 0

1

answer