Feeds
提问
Newton-Raphson fractal script problem
matlab doesn't give results to this script and keeps running it non stop (i waited for +10 min) any thoughts ? f = @(z) z.^3-...
4 years 前 | 1 个回答 | 0
1
个回答已回答
don't know the problem in my while loop
okey i did minor other simplifications and it's working now thanks i=1; iteration=0; f = @(x) cos(x); df = @(x) -sin(x); ...
don't know the problem in my while loop
okey i did minor other simplifications and it's working now thanks i=1; iteration=0; f = @(x) cos(x); df = @(x) -sin(x); ...
4 years 前 | 0
提问
don't know the problem in my while loop
there is also another error idk about of : Array indices must be positive integers or logical values. Error in sym/subsref (...
4 years 前 | 2 个回答 | 0
