Plot a scalogram in App Designer
조회 수: 2 (최근 30일)
이전 댓글 표시
I'm developing an application with App Designer and i would like to plot a scalogram (function "cwt") within the object UIAxes. Considering that "cwt(___) with no output arguments plots the CWT scalogram", how can it be done?
댓글 수: 0
답변 (1개)
Asad Mirza
2019년 2월 24일
편집: Asad Mirza
2019년 2월 24일
Doesn't look like cwt has an option for a different UIAxes. However, you could create your own function for plotting a scalogram using a combination of contour or pcolor. Then this could be put on the UIAxes instead.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!