統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,238
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Error using plot, data must be numeric, array convertible to double
Why is it giving error for the last line to plot? Error using plot: data must be numeric datetime duration or an array convert...
約3年 前 | 1 件の回答 | 0
1
回答質問
Error using solve function
solve function for code Gives the error: unable to find explicit solution. x1 = input('Input volume of tank in gal...
約3年 前 | 1 件の回答 | 0
1
回答質問
2nd 3rd derivatives
trying to plot first 3 derrivatives for the following function: y = exp(-3.*x) x = [-2:0.01:1]; y = exp(-3.*x); dy=diff(y)....
3年以上 前 | 2 件の回答 | 0
2
回答質問
undefined function 'piecewise' for input arguments of type 'double'.
Trying to run this piecewise function: x = [-5:0.1:5]; y = piecewise(x <= 1, ((-2.*(x.^2))+9.*x-7), double(x) > 1, ((10.*sqrt(...
3年以上 前 | 1 件の回答 | 0
