Commit 40ce2fe9 authored by 袁通's avatar 袁通
Browse files

update

parent 61084500
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -77,14 +77,17 @@ subplot(3,1,1)
plot(t, m1);
title('m1');
xlabel('t');
ylabel('m1');
subplot(3,1,2)
plot(t, m2);
title('m2');
xlabel('t');
ylabel('m2');
subplot(3,1,3)
plot(t, m3);
title('m3');
xlabel('t');
ylabel('m3');

saveas(gcf, "plots/P4_6_g_out.png")
close
(37.5 KiB)
Loading image diff...
(18.9 KiB)
Loading image diff...
+1.57 KiB (21 KiB)
Loading image diff...