統計
MATLAB Answers
6 質問
0 回答
ランク
of 173,200
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年弱 前 | 1 件の回答 | 0
