photo

Alexander


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

5 Fragen
0 Antworten

RANG
225.683
of 301.200

REPUTATION
0

BEITRÄGE
5 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.190

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.339

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


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...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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+...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort