![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11652880_1522139290605_DEF.jpg)
Liam Wiltshire
Followers: 0 Following: 0
Statistik
5 Fragen
0 Antworten
RANG
213.786
of 297.046
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
0
RANG
of 20.422
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.776
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
For Loop not outputting what i want
The question is about calculating University enrolment for 15 years using the formula for each years enrolment. In year 1 10% of...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
If loop: What's going wrong?
Here is my if loop: loopcount = 0; TotalEnrolledNew = 0; if TotalEnrolledNew < 10000; x11(1) = 150...
etwa 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do i use fzero to solve the following
My code reads as follows: time2 = [0:1:4000]; y = log10(62) - log10(49) - 0.000084*time2; fzero(y,1200) I need to ...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Using fzero with syms or finding an alternative to syms
I need to first create an array for -10<x<10 with an interval of 0.5, then substitute each value of x into an equation (as state...
etwa 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to form an array from -10 to 10 to substitute into a polynomial as values of x and have the evaluated values as the output
My attempt is as follows: function scriptStart for x = (-10:10) y = x.^3 - 3*x.^2 + 5*x*sin(pi(x/4) - 5*(pi/4)) ...
etwa 7 Jahre vor | 1 Antwort | 0