photo

Liam Wiltshire


Last seen: meer dan 4 jaar ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
106.328
of 300.343

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
0

RANK
 of 20.926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


If loop: What's going wrong?
Here is my if loop: loopcount = 0; TotalEnrolledNew = 0; if TotalEnrolledNew < 10000; x11(1) = 150...

bijna 8 jaar ago | 2 answers | 0

2

answers

Question


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

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 8 jaar ago | 2 answers | 0

2

answers

Question


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

bijna 8 jaar ago | 1 answer | 0

1

answer