Graphical output from FINDPEAKS

2 ビュー (過去 30 日間)
onewhaleid
onewhaleid 2015 年 6 月 11 日
コメント済み: onewhaleid 2015 年 6 月 11 日
The documentation for findpeaks states the following:
FINDPEAKS(...) without output arguments plots the signal and the peak values it finds
For example, you can call it like this:
findpeaks(sin(0:0.1:10*pi))
I just discovered this behaviour, and I think it's quite a nice touch by the author.
Are there any other analytical functions like this that provide some kind of graphical output if there are are no explicit output arguments (instead of just returning the result to the command window)?
I know that functions like image and peaks give a graphical output, but they just use default values.

回答 (1 件)

Image Analyst
Image Analyst 2015 年 6 月 11 日
I think some of the histogramming functions will throw up a GUI (like a bar chart) if you don't collect any output variables.
  1 件のコメント
onewhaleid
onewhaleid 2015 年 6 月 11 日
Yes! I forgot about hist. I will add it to the list.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDescriptive Statistics についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by