photo

Mohammad Alzoubi


Last seen: 4년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
0 답변

순위
194,983
of 301,234

평판
0

참여
3 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,204

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,580

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to plot the “Response” and the “damping exponential function of the transient solution” on the same figure?
how to plot the exponential curve like this pucture on the same figure ? I have done this part of the code ------- clear all;...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to put a variable in transfer function num and den?
when i include a symbolic variable in a numenator of transfer function clear all;clc; syms k; n1=[k]; d1=[1 10]; G=tf(...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How can I showe laplace answer
clear;clc; syms s t Y y(t); DE=diff(y(t),t,2)+4*diff(y(t),t)+3*y(t) LL=laplace(DE) LL = 4*s*laplace(y(t), t, s) - D(y)(0) - ...

거의 5년 전 | 답변 수: 1 | 0

1

답변