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...
13年弱 前 | 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...
13年弱 前 | 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...
13年弱 前 | 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.
13年弱 前 | 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...
13年弱 前 | 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...
13年弱 前 | 1 件の回答 | 0
