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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
