統計
All
MATLAB Answers
0 質問
1 回答
ランク
of 178,268
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
1 パブリック チャネル
平均評価
30
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How to plot the function x(t) = 10e^(3t)*u(t) thanks a lot
t=-5:0.1:5; if(t>=0) u=1; end if(t<0) u=0; end x=10*exp(3*t).*u; plot(t,x); xlabel('t'); ylabel('x(t)'); title...
How to plot the function x(t) = 10e^(3t)*u(t) thanks a lot
t=-5:0.1:5; if(t>=0) u=1; end if(t<0) u=0; end x=10*exp(3*t).*u; plot(t,x); xlabel('t'); ylabel('x(t)'); title...
2年以上 前 | 0
