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

답변