photo

Alexander


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
72,778
of 301,234

評判
0

コントリビューション
5 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,204

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
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

1

回答