Feeds
답변 있음
Basic Integration [ Integration limits in ]
Did you try symbolic integration? Details can be found at http://www.mathworks.com/help/symbolic/int.html.
Basic Integration [ Integration limits in ]
Did you try symbolic integration? Details can be found at http://www.mathworks.com/help/symbolic/int.html.
11년 초과 전 | 0
답변 있음
Model predictive control having State space model
There are two options: 1. In my lab, we used fmincon function to optimize the inputs in order to achieve the non-linear objec...
Model predictive control having State space model
There are two options: 1. In my lab, we used fmincon function to optimize the inputs in order to achieve the non-linear objec...
13년 초과 전 | 1
답변 있음
bimodal data curve fitting
If you know the number of modes in the data - k, apriori, then why not use it to cluster the data into k clusters using Kmeans f...
bimodal data curve fitting
If you know the number of modes in the data - k, apriori, then why not use it to cluster the data into k clusters using Kmeans f...
13년 초과 전 | 0
답변 있음
phase trajectory plot
Two options: 1. pplane at http://math.rice.edu/~dfield/dfpp.html 2. Quiver command Hope this helps.
phase trajectory plot
Two options: 1. pplane at http://math.rice.edu/~dfield/dfpp.html 2. Quiver command Hope this helps.
13년 초과 전 | 0
답변 있음
Fitting in matlab? How to and bit of theory
using prony fitting you can fit exponentials to your data. Google "prony fitting" or "prony estimation" for more details. The...
Fitting in matlab? How to and bit of theory
using prony fitting you can fit exponentials to your data. Google "prony fitting" or "prony estimation" for more details. The...
13년 초과 전 | 0
답변 있음
Parametrizing ode45
1. declare theta as global variable in both the functions. 2. In the "script to get results", vary theta in a loop. Inside th...
Parametrizing ode45
1. declare theta as global variable in both the functions. 2. In the "script to get results", vary theta in a loop. Inside th...
13년 초과 전 | 0
질문
control system toolbox - state space model containing constant vectors
I am trying to create a state space model using ss. My system has the following format: dx/dt = Ax + Bu + f y = Cx + Du (x,y ...
13년 초과 전 | 답변 수: 2 | 0