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年以上 前 | 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年以上 前 | 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年以上 前 | 2 件の回答 | 0
