필터 지우기
필터 지우기

Prompting users to enter an array to plot a stem plot in matlab app designer

조회 수: 2 (최근 30일)
Hi Everyone,
I am trying to allow users to enter an array of number such as [-13.62 12 4.5 6.06] inot an edit field to plot a stem plot. I do not know how to pass the array ain an edit field. Can someone assist please?
Thank you,
TS

채택된 답변

Mario Malic
Mario Malic 2021년 2월 3일
Hello,
you can use EditField(Text) component where user would write [1, 2, 3] into the box, and when you'd calculate stuff using that field, use
str2num(app.Editfield.Value)
to get an array.

추가 답변 (0개)

카테고리

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