photo

David Durschlag

MathWorks

Last seen: 3년 초과 전 2021년부터 활동

Followers: 0   Following: 0

Software engineer at Mathworks, working in domain modeling and tooling.

통계학

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
issue with saving matrix in for loop
The index being assigned to in your code is based on the loop variable (kk). If you assign to index 23, you will have a matrix w...

3년 초과 전 | 0

| 수락됨

답변 있음
how to create a symbolic derivative of f(r(x,y),theta(x,y)) and evaluate it
Let's break down the operations required: First, solve for theta and r in terms of x and y: theta_r = solve([x == x0 + r*cos...

3년 초과 전 | 1

| 수락됨