photo

Abhishek Murthy


stony brook university

2011년부터 활동

Followers: 0   Following: 0

메시지

Student

통계

MATLAB Answers

1 질문
6 답변

순위
8,230
of 300,338

평판
6

참여
1 질문
6 답변

답변 채택
0.0%

획득한 표
1

순위
 of 20,922

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,149

참여
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년 초과 전 | 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년 전 | 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년 전 | 0

답변 있음
phase trajectory plot
Two options: 1. pplane at http://math.rice.edu/~dfield/dfpp.html 2. Quiver command Hope this helps.

대략 14년 전 | 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년 전 | 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년 전 | 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년 전 | 답변 수: 2 | 0

2

답변