photo

가현


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

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


I'd like to make several 'figure' window
I want to add two figure windows, but <figure 2> window doesn't show up. <code> %상태 방정식 %Dx1 = -x1 - x2 + u1 + u2 %Dx2 = 6...

2개월 전 | 답변 수: 1 | 0

1

답변

질문


xlabel do not appear in plot
%라플라스 변환 syms x s u1 = stepfun(x,0); f1 = x.*exp(-3*x).*u1; Lf = laplace(f1, s); disp(Lf); %f(t) plot t = (-1:0.1:1); u ...

4개월 전 | 답변 수: 1 | 0

1

답변