![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8042945_1522124484355_DEF.jpg)
Mary Jeppson
Followers: 0 Following: 0
Statistics
RANK
38.052
of 297.016
REPUTATION
1
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
1
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
While loop to calculate sine
I have written this code that settles on an incorrect value and I can't see what's wrong. Can anyone show me? x = pi/4; ...
ongeveer 8 jaar ago | 1 answer | 0
1
answerQuestion
Nested loops to estimate cos(pi/4)
I have written this code that is giving me an error: true = cos(pi/4); n = 2; es = .5^(2-n); x = pi/4; ea = 1; est = ...
ongeveer 8 jaar ago | 2 answers | 0
2
answersQuestion
Convert base 2 to base 10 using loop
I've written this loop, but it produces a value of 128 for every number in the mult array instead of going from 128 to 64 to 32 ...
ongeveer 8 jaar ago | 1 answer | 0
1
answerQuestion
maclaurin series code problem
I keep getting "index exceeds matrix dimensions" but i don't see a problem. Can anyone see why this isn't working? n = 4; ...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
matlab code for Euler's method
I have written this code for my class, but keep getting 'index exceeds matrix dimensions' can anyone tell me what's wrong with i...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
Problem with Fibonacci For loop
Here is my code: f(1) = input('What is the first number of the sequence?') f(2) = input('What is the second number?') ...
bijna 9 jaar ago | 0 answers | 1
0
answersQuestion
Problem adding components of a vector using a while loop
Can anyone tell me what's wrong with this code? x = [1 23 43 72 87 56 98 33]; b = 0; k = 1; while k<=length(x) ...
bijna 9 jaar ago | 2 answers | 0