Matlab is giving me multiple graphs and i'm only interested in one of them...How do i filter out the unnecessary curves that matlab is giving me?

3 ビュー (過去 30 日間)
tafa
tafa 2016 年 5 月 3 日
コメント済み: tafa 2016 年 5 月 3 日
figure(6) set(gcf,'renderer','zbuffer'); plot(time,C/Co,'-') title('Break Through Curve') xlabel('t') ylabel('C/Co')

回答 (1 件)

Alessandro Masullo
Alessandro Masullo 2016 年 5 月 3 日
If you go to view, plot browser, in the figure menu, you can see everything that is plotted and untick what you don't want to see

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by