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?

조회 수: 1 (최근 30일)
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 CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by