가현
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
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...
6ヶ月 前 | 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 ...
8ヶ月 前 | 1 件の回答 | 0