04-18-2022 04:55 PM
No these are just images. Please attach your VI instead. How is the 3D graph configured?
04-18-2022 05:02 PM - edited 04-18-2022 05:04 PM
You did not copy it correctly. You need to swap the inputs of the subtraction (top left).
You are doing 10*(x-y) instead of 10*(y-x). Big difference!!!!
(I strongly recommend to go with the version using arrays. Fewer wires! Fewer places to make mistakes!)
04-18-2022 05:10 PM
Sorry i'm out right now but i will return couple hours..
Even i made 10*(x-y ) not 10*(y-x ) at least the graph shows something right ?
04-18-2022 05:35 PM - edited 04-18-2022 05:38 PM
@neo0x wrote:Even i made 10*(x-y ) not 10*(y-x ) at least the graph shows something right ?
No! (With the swapped inputs It goes to Infinity in less than 400 iterations, and NaN afterwards)
04-18-2022 07:01 PM
it works finnaly big thank