Is it possible to insert a Matlab Live Task into an App Designer GUI?

조회 수: 3 (최근 30일)
Kylen
Kylen 2023년 11월 27일
댓글: Kylen 2023년 11월 28일
Hello Everybody,
I am in the midst of creating an app for users to clean and organize some data. My app has multiple windows doing varying levels of data extraction/sorting, plotting, exporting data of interest, etc. The next step I'd like to take is some outlier detection/removal. I have found that there is a built in Live Task called "Clean Outlier Data" (as seen here: https://www.mathworks.com/help/matlab/ref/cleanoutlierdata.html).
This live task has essentially all of the functionality I would like to implement for the outlier cleanup step of my app. Is it possible to insert this Live Task into an App Designer GUI? Or to grab the code that built the Clean Outlier Data Live Task and tweak it for use with the App Designer?
I am new to the App Designer, so there may very well be another way to accomplish this. Thank you for any insight.

채택된 답변

Angelo Yeo
Angelo Yeo 2023년 11월 28일
편집: Angelo Yeo 2023년 11월 28일
The Live Tasks help you interactively determine methods and parameters for outlier cleaning. The tasks will generate MATLAB code which you can embed into your APP.
  댓글 수: 1
Kylen
Kylen 2023년 11월 28일
Thank you. I thought this might be the case, but was hoping there was a quicker solution.

댓글을 달려면 로그인하십시오.

추가 답변 (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