photo

Abhishek Murthy


stony brook university

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

Student

统计学

MATLAB Answers

1 个提问
6 个回答

排名
8,202
of 299,759

声誉
6

贡献数
1 个提问
6 个回答

回答接受率
0.0%

收到投票数
1

排名
 of 20,794

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,756

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Basic Integration [ Integration limits in ]
Did you try symbolic integration? Details can be found at http://www.mathworks.com/help/symbolic/int.html.

12 years 前 | 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...

14 years 前 | 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...

14 years 前 | 0

已回答
phase trajectory plot
Two options: 1. pplane at http://math.rice.edu/~dfield/dfpp.html 2. Quiver command Hope this helps.

14 years 前 | 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...

14 years 前 | 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...

14 years 前 | 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 ...

14 years 前 | 2 个回答 | 0

2

个回答