Storing results of variables into arrays in App Designer

8 visualizaciones (últimos 30 días)
Mirza Ahmed
Mirza Ahmed el 15 de Sept. de 2021
Respondida: Cris LaPierre el 15 de Sept. de 2021
Hello fellow mates,
I am using App Designer to make a program run. Then here I need to store the outputs I found from the below equations, to some arrays.
Ring.x = radius * cosd(theta) + xCenter;
Ring.y = radius * sind(theta) + yCenter;
Can anyone help me with this, how to write the code to store the data?

Respuestas (1)

Cris LaPierre
Cris LaPierre el 15 de Sept. de 2021

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by