Community Profile

photo

hamza kharbouch


Last seen: oltre 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistiche

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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-...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Risposto
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); ...

oltre 2 anni fa | 0

Domanda


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 (...

oltre 2 anni fa | 2 risposte | 0

2

risposte