How to save multiple figures generated from a single script?

4 ビュー (過去 30 日間)
jenny
jenny 2023 年 7 月 13 日
コメント済み: jenny 2023 年 7 月 13 日
Hello,
I'm running a batch of testcases, Each testcase generates 3 scopes from simulation. I could able to save one scope as a 'figure' in a folder. But I have 3 scopes for each testcase. How to save 3 scopes for each testcase for running all testcases at once (in a batch)?
Thank you in advance
Hope I explained clearly

回答 (1 件)

Divyajyoti Nayak
Divyajyoti Nayak 2023 年 7 月 13 日
Instead of saving figures from the scope, you could save the data from the scope into matlab workspace and then plot it into different figures. You can use the save data workspace option in the scope block.
Here's a stackoverflow question that might help: Save Simulink Scope Data to figure through matlab code - Stack Overflow
  1 件のコメント
jenny
jenny 2023 年 7 月 13 日
Hello,
Yea I have workspace data. But my requirement is to get the figures

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

カテゴリ

Help Center および File ExchangeModel, Block, and Port Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by