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
