フィルターのクリア

scope signal with negative value

4 ビュー (過去 30 日間)
shree om bade
shree om bade 2020 年 12 月 22 日
コメント済み: shree om bade 2020 年 12 月 31 日
In my simulink model, I set the start time -100 and stop time 50. However, the simulink plots signals staring from 0 to 50 s. How can I edit the scope display so that I can see the whole signals from -100 to 50s.
Thanks in advance

回答 (1 件)

Sukrut Tamhankar
Sukrut Tamhankar 2020 年 12 月 29 日
You can use the "xlim" function to set the x-axis limits such as:
xlim([-100 50])
Please refer to the below documentation link for the same:
In case of Simulink model, in order to display time domain signals, you can use Time Scope Block instead of Scope Block. Please refer to the below documentation links for more information:
  1 件のコメント
shree om bade
shree om bade 2020 年 12 月 31 日
Thank you Sukrut

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

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by