photo

Deepak Patankar


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
145,894
of 300,779

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,084

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,997

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to use system identification tool with multiple input and single output ?
I want to estimate various matrices (A,B,C) for state space model using ssest(data,nx) x[t+Ts] = Ax[t] + Bu[t]; y[t] = ...

8 years ago | 0 answers | 0

0

answers

Question


How to define a column vector whose elements are column vector?
I want to define a matrix like d=[ [1;2;3] ; [4;5;6] ; [7;8;9] ] such that d(1) gives a 3X1 matrix [1;2;3], but instead I am get...

8 years ago | 2 answers | 0

2

answers

Question


How to include control input (u(t)) while estimating state space parameters using estimate function ?
I am trying to estimate the matrices A(transition matrix),C(observation matrix)B,D.(please see this link http://in.mathworks.com...

8 years ago | 1 answer | 0

1

answer