統計
MATLAB Answers
5 質問
0 回答
ランク
of 176,499
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
infinity in an inequality for input in a function?
x = 0:0.5:inf y = 1:-0.5:inf I am trying generally to plot in 3D and the values of x and y are the in the inequality ab...
約7年 前 | 1 件の回答 | 0
1
回答質問
Scaling a certain element
Hello How do I scale a certain element in a matrix if I want to get a certain type of element, like just the 2's or 5's and ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
How to calculate GPA
<</matlabcentral/answers/uploaded_files/95089/FullSizeRender%20(1).jpg>> A=5; B=4; C=3; D=2; F=0; g=['...
8年以上 前 | 1 件の回答 | 0
1
回答質問
why can't I see line in the plot?
x= [-2, 4]; y= 0.6*(x.^3)*(exp(-0.47*x))+1.5*(x.^2)*(exp(-0.6*x)); plot(x,y) %also I need the plot in this interva...
8年以上 前 | 1 件の回答 | 0
1
回答質問
equation and its derivative, wrong with using * please help
t = [0:8]; Position = 8-(4*t.^3)*exp(-0.4*t)+2*t.^2 Velocity = (-12*t.^2)*(exp(-0.4*t))+(-4*t.^3)*(-0.4)*(exp(-0.4*t...
8年以上 前 | 1 件の回答 | 0