Storing results of variables into arrays in App Designer

6 vues (au cours des 30 derniers jours)
Mirza Ahmed
Mirza Ahmed le 15 Sep 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?

Réponses (1)

Cris LaPierre
Cris LaPierre le 15 Sep 2021

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by