photo

Alexander


Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

5 Questions
0 Réponses

RANG
225 705
of 301 360

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 241

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 151

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


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

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 12 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 12 ans il y a | 1 réponse | 0

1

réponse