photo

Lu zhang


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
75,184
of 300,765

評判
0

コントリビューション
7 質問
0 回答

回答採用率
14.29%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,941

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Error: "Difference order N must be a positive integer scalar" when called symbolic gradient function
In my program, I first use command jacobian generate a symbolic gradient of my objective function.Then I call the function(grad...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Any command in matlab equivilent to vech() in gauss
The definition of vech() in Gauss is vech Purpose Vectorizes a symmetric matrix by retaining only the lower triangular ...

約9年 前 | 1 件の回答 | 0

1

回答

質問


MatlabFunction error: Argument 'vars' failed validation isVars.
<https://www.mathworks.com/matlabcentral/answers/312731-how-to-feed-value-to-jacobian-function-in-my-case here> In my program, I...

約9年 前 | 1 件の回答 | 0

1

回答

質問


How to feed value to jacobian() function in my case?
I need to calculate the gradient of a user-defined object function named fcn. I choose to use jacobian() function to calculate t...

約9年 前 | 1 件の回答 | 0

1

回答

質問


How should I pick input for jocabian() function im this case?
I want to calculate the gradient for a user-defined function using the jocabian() function.In the subfunction fcn, I pick subset...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Does jacobian function in matlab equivilent to gradfd function in Guass?
I have an old code that calculating the gradient of object function and use the result to construct weighting matrix. The proble...

約9年 前 | 0 件の回答 | 0

0

回答

質問


Error: Failure in initial user-supplied objective function evaluation when using fminunc ?
Hi, I plan to calculate a minimum distance estimator using fminunc function. [b,fun,flag] = fminunc(@cov,b0); However...

約9年 前 | 1 件の回答 | 0

1

回答