Storing results of variables into arrays in App Designer

7 views (last 30 days)
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?

Answers (1)

Cris LaPierre
Cris LaPierre on 15 Sep 2021

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!