Feeds
提问
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 前 | 2 个回答 | 0
2
个回答已回答
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...
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 前 | 0