photo

Blair Ebeling


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
113,880
of 301,478

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,296

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,719

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


Error in code: attempted to access x(0)
I am writing a code for fixed point iteration. Whenever I try to run the code, I get an error that says: Attempted to acce...

10 years ago | 2 answers | 0

2

answers

Answered
Error in code: attempted to access x(0)
The code showed up weird, this is the code: g(x) = (1/2)*cos(x); p = input('What is the initial guess \n'); x(0)=1000000...

10 years ago | 0