Statistics
2 Questions
0 Answers
RANK
178,312
of 295,673
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
>> R1=1; L=10e-3; C1=10e-6; R2=10; A=[-R1/L -1/L;1/C1 -1/(R2*C1)]; B=[1/L;0]; C=[0 1]; D=[0]; step(A,B,C,D),grid >> bode(A,B,C,D),grid ??? Error using ==> lti.bode at 95 Plots must be of the same type and size to be superimposed. Error in ==> bode a
what is the problem with bode comand
11 years ago | 1 answer | 0
1
answerQuestion
>> R1=1;L=10e-3;C1=10e-6;R2=10; A=[{-R1/L}{-1/L};{1/C1}{-1/{R2*C1}}]; B=[{1/L};0]; C[0 1]; D=[0]; ??? A=[{-R1/L}{-1/L};{1/C1}{-1/{R2*C1}}]; | Error: Unbalanced or unexpected parenthesis or bracket.
help with this
11 years ago | 2 answers | 0