Save while loop data?
Mostrar comentarios más antiguos
If I have a while loop that records certain data points, I know how to fprintf in each time the loop goes around, but how can I save these to a matrix without the values getting replaced each time? The loop records the (x,y) coordinates of the cursor every time I click the mouse, and I want to export this into a matrix with all the x values and with all the y values if possible.
Thank you!
Respuesta aceptada
Más respuestas (1)
shipakane ndhlovu
el 29 de Nov. de 2022
0 votos
Can someone please explain to me, what is really happening I see the coding working with just using that but what does it mean
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!