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!