photo

Liam Kay


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
252,333
of 301,433

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

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


Error when using 2 functions as input in lsim
Whenever I run this program, it gives me an error saying: Error using *. Inner matrix dimensions must agree. Could someone...

8 years ago | 1 answer | 0

1

answer

Question


How to use state space matrix to calculate response with inputs
So I have used the code below to obtain the transfer function of the system. I am now asked for the input of F1(x) is exp(-t) an...

8 years ago | 1 answer | 0

1

answer

Question


Error when trying to obtain transfer function from state space representation in MATLAB
A = [-4 0 5 2;0 0 0 0;0 0 0 1;-6 0 -1 -2]; B = [1 2;0 0;0 0;0 5]; C = [1 0 0 0;0 1 0 0;0 0 1 0; 0 0 0 1]; D = zeros(...

8 years ago | 0 answers | 0

0

answers

Question


Error when trying to obtain transfer function from MIMO state-space representation in MATLAB
i'm trying to obtain a transfer function from my state-space MIMO response system. However, when I go to run this code, it will ...

8 years ago | 1 answer | 0

1

answer