![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/29591169_1679318226458_DEF.jpg)
가현
Followers: 0 Following: 0
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...
9개월 전 | 답변 수: 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 ...
11개월 전 | 답변 수: 1 | 0