photo

David Durschlag

MathWorks

Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

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

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 1

| accepted