統計
MATLAB Answers
5 質問
0 回答
ランク
of 173,580
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Need help creating a function with multiple inputs.
Here is my function. function N = line(A_0,a,t) N = exp.^(A_0./a).*(1-exp.^(-a.*t)); end It's giving me an error sayin...
12年以上 前 | 1 件の回答 | 0
1
回答質問
Creating an equation with multiple inputs.
I'm trying to make an equation where I put in three variables and get an answer. This is what I have so far. Every time I try to...
12年以上 前 | 2 件の回答 | 0
2
回答質問
Having trouble writing code for average rate of change.
Using the piece wise function: W(t) = 48+3.64t+0.6363t^2+0.00963t^3 when 1 <= t <= 28 W(t) = -1004+65.8t when 28 < t <= 56 ...
12年以上 前 | 0 件の回答 | 0
0
回答質問
Need help with average rate of change.
How do I calculate the average rate of change with this as my function: function y = W(x) if 1 <= x && x <= 28 y = 48+3.64*x+...
12年以上 前 | 1 件の回答 | 0
1
回答質問
How do I write an m-file for a piece wise function?
The equation is: W(t) = 48+3.64t+0.6363t^2+0.00963t^3 when 1 <= t <= 28 W(t) = -1004+65.8t when 28 < t <= 56
12年以上 前 | 1 件の回答 | 0