How to close the signalAnalyzer app from the command line?

8 ビュー (過去 30 日間)
Creatlee
Creatlee 2020 年 1 月 9 日
回答済み: Delin 2023 年 6 月 25 日
I am using the following syntax in the code that I am using
signalAnalyzer(signal1, signal2, 'SampleRate', fs, 'StartTime', 0)
When I restart (or rerun) the code, everytime I have to close the signalAnalyzer app. manually, otherwise this does not close by itself.
The code starts with the following syntax:
close all;clear;clc
I have already tried using
close all force
or
close('signalAnalyzer')
but nothing was successful.
Even in the document, nothing was written about closing the signalAnalyzer app.

採用された回答

Devineni Aslesha
Devineni Aslesha 2020 年 1 月 14 日
As of now, closing the signal analyzer app from the command window is not supported for the available MATLAB releases. However, the concerned parties may be looking into it and might be added in the future.
  3 件のコメント
Wes Baldwin
Wes Baldwin 2020 年 6 月 8 日
I believe this is also an issue with the "Deep Learning Network Analyzer". I have not found a was to close this app from the command line.
Arman Ahmadian
Arman Ahmadian 2021 年 9 月 2 日
編集済み: Arman Ahmadian 2021 年 9 月 2 日
Yes. Sadly, "Deep Learning Network Analyzer" cannot be closed from the command line wich makes using it difficult. The screen pops up with analyzer figures which cannot be closed except for manually closing them one by one.
How come all figures in matlab output a handle using which they can be closed but not these analyzers? This is a serious glitch.

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

その他の回答 (1 件)

Delin
Delin 2023 年 6 月 25 日
As I've tried between R2022b to R2023b, it is possible using command
signal.analyzer.Instance.close
to close the Signal Analyzer App.
Remember this is not a documented nor official supported feature, and may change at any time.

カテゴリ

Help Center および File ExchangeTime Series Events についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by