Accessing the GUI function programatically.
이전 댓글 표시
How can I access the functions in GUI apps such as "diagnosticFeatureDesigner" of Predictive maintenance toolbox in my m-script. I am looking to automate the process of feature extraction for various signals in the data set, instead of doing it manually for each signal.
댓글 수: 7
Mohammad Sami
2020년 1월 17일
After you are satisfied with your processing, just use the Export functionality in the app to export as code. You can then modify from there.
Nabeela Shaheen
2020년 1월 17일
Mohammad Sami
2020년 1월 21일
Sorry. I did not realise that there is no option to export the code from the Feature Designer. Perhaps you can put in a feature request.
The various functions that are used are summarised here
Nabeela Shaheen
2020년 1월 21일
You can always try to look for the source of the app:
edit diagnosticFeatureDesigner
and if there is code available, look for your specific function (you can use debugger for a closer look).
But this is just a guess, I can't test it because the app is only available in the latest matlab version.
Nabeela Shaheen
2020년 1월 21일
Aditya Baru
2020년 7월 7일
The App now supports MATLAB code generation (creating a function from the tasks you have completed) similar to the classificiation learner app. Please check R2020a release of Predictive Maintenance Toolbox.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Manage System Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
