Storing results of variables into arrays in App Designer

5 ビュー (過去 30 日間)
Mirza Ahmed
Mirza Ahmed 2021 年 9 月 15 日
回答済み: Cris LaPierre 2021 年 9 月 15 日
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?

回答 (1 件)

Cris LaPierre
Cris LaPierre 2021 年 9 月 15 日

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by