Скачиваний:
10
Добавлен:
16.05.2021
Размер:
502 б
Скачать
figure (1)
subplot(221)
plot(x(:,1),x(:,2))
subplot(223)
plot(dx(:,1),dx(:,2))
subplot(222)
plot(x(:,2),dx(:,2))

figure (2)
subplot(221)
plot(x1(:,1),x1(:,2))
subplot(223)
plot(dx1(:,1),dx1(:,2))
subplot(222)
plot(x1(:,2),dx1(:,2))

figure (3)
subplot(221)
plot(x2(:,1),x2(:,2))
subplot(223)
plot(dx2(:,1),dx2(:,2))
subplot(222)
plot(x2(:,2),dx2(:,2))

figure (4)
subplot(221)
plot(x3(:,1),x3(:,2))
subplot(223)
plot(dx3(:,1),dx3(:,2))
subplot(222)
plot(x3(:,2),dx3(:,2))
Соседние файлы в папке Файлы матлаб