Community Profile

photo

Dan Zhu


Last seen: 대략 3년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


complex conjugate problem, already assumed real
I'm using the latest 2020b build of MATLAB. Here's part of my code: syms nu theta H(r,theta) assume([nu theta H(r,theta)], 'r...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can someone tell me the difference between these codes?
syms h1(r,theta), rnu(theta,phi) A = h1(r,theta) + rnu(theta,phi) %---> I know if I don't specify the argument, I'll get an arg...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How should I store the value of f(x) in the output of fsolve?
I saw the example in the fsolve page: F = @(x) [2*x(1) - x(2) - exp(-x(1)); -x(1) + 2*x(2) - exp(-x(2))]; x0 = [-...

거의 4년 전 | 답변 수: 1 | 0

1

답변