Storing results of variables into arrays in App Designer

조회 수: 7 (최근 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 CenterFile Exchange에서 Develop 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