photo

cf


Last seen: 5개월 전 2024년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

1 질문
1 답변

순위
253,348
of 301,811

평판
0

참여
1 질문
1 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,419

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,692

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

답변 있음
plot the output c(t) using mathlab and show setting time on you graphf
A=1 B=-1 inverse laplance of 1/s=1 inverse laplance of 1/(s+5)=e^-5t c(t)= 1+e^-5t setting time is 0.7832

대략 2년 전 | 0

질문


plot the output c(t) using mathlab and show setting time on you graphf
syms t tau; A = [0 2; -2 -5]; B = [0; 1]; C = [2 1]; x0 = [1; 2]; Phi_t = expm(A*t); x_h = Phi_t * x0; u_tau = 1; %...

대략 2년 전 | 답변 수: 2 | 0

2

답변