Stephanie
California Institute of Technology
2013년부터 활동
Followers: 0 Following: 0
Feeds
질문
Using linmod in a function called by ode45
Hi, I would like to use "linmod" in a function that is to be given as an input to "ode45". This results in the Simulink model...
12년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
Creating and differentiating symbolic functions with vector inputs of different dimensions
I solved the problem. Here's the solution: # Reshape and combine X and Y into one row vector. # Call symfun with the row vec...
Creating and differentiating symbolic functions with vector inputs of different dimensions
I solved the problem. Here's the solution: # Reshape and combine X and Y into one row vector. # Call symfun with the row vec...
12년 초과 전 | 0
| 수락됨
질문
Creating and differentiating symbolic functions with vector inputs of different dimensions
Hi, I would like to do the following: 1) Define a callable symbolic function F of variables X and Y, where X and Y are vec...
12년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Computing the Instantaneous Output of a Simulink Model
It looks like simulating Simulink for zero seconds gives me the result that I want.
Computing the Instantaneous Output of a Simulink Model
It looks like simulating Simulink for zero seconds gives me the result that I want.
12년 초과 전 | 1
| 수락됨
질문
Computing the Instantaneous Output of a Simulink Model
Hi, If I have a set of systems of dynamics in closed form: xdot = f(x,u,t) then if I want to know the instantaneous v...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
Converting a Simulink Model to a Symbolic Representation
The documentation of the Symbolic Math Toolbox describes how to generate Simulink models from symbolic math expressions. Is ther...
12년 초과 전 | 답변 수: 1 | 0
