Statistics
2 Questions
0 Answers
RANK
280,943
of 301,186
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,188
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,292
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
Feeds
Question
How can I draw an anology between two transfer function?
I have this transfer function: G(s)=exp(-0.5*s)/(s+1)^2 I want to design a transfer function whcih to be same response to s...
7 years ago | 0 answers | 0
0
answersQuestion
I want to use inverse laplace with tf function. How can I do it? I take an error in matlab when ı use code like below.
A=[-2 0 ; 0 -1] B=[1;2] C=[1 1] D=0; P=ss(A,B,C,D) syms s F=tf(P) ilaplace(F)
7 years ago | 2 answers | 0
