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
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