How to set the configuration of Powergui FFT analysis tool by code ?
이전 댓글 표시
I currently working on MATLAB GUI and I want to set the Max Frequency in Powergui FFT analysis tool by coding in m file of my GUI.
I try to use 'set' command but it not worked.
*P = power_fftscope;
set(P,'MaxFrequency','3000')*
so, I would like to ask you Is that possible to do this?
Thank you so much

채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Simulation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!