Community Profile

photo

Lamont Granquist


Last seen: 9개월 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Knowledgeable Level 1
  • First Review
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How does Matlab compute numerical jacobians?
So I got this working on R2021a, which I'll reproduce here since I've seen other people wonder how to make sfdnls or finitediffe...

대략 1년 전 | 0

| 수락됨

질문


How does Matlab compute numerical jacobians?
How do Matlab functions like lsqnonlin compute numerical jacobians, and can those functions be called directly? And I'm aware o...

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

2

답변

질문


How do you create a symbolic function of symbolic vectors?
What I'm trying to write is this: syms T real r=sym('r', [1 3], 'real'); v=sym('v', [1 3], 'real'); pv=sym('pv', [1 3], 'rea...

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

1

답변

답변 있음
Pass variable by reference to function
This isn't so much an answer but an example of why pass-by-reference would be useful. I want to pull an array of values out of ...

거의 5년 전 | 0

질문


What is an elegant way to pack and unpack an array of structures to/from a single vector?
What I've got is an array of structures of somewhat complicated data: data(1).r = [ 1 2 3 ]; data(1).v = [ 4 5 6 ]; data(1).m...

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

1

답변