1、采用背景擦除的方法,动态的划线,并且动态改变坐标系<br>,多行划线

2、%主要用来绘制三维的欧拉公式,clc;clear;clf;close all;

3、%确定首幅图的样式,并指定标题,坐标轴标题等样式,plot3(x(1,1),t(1,1),y(1,1),'black');

4、hold on;plot3(x(1,1),t(1,1),y1(1,1),'blue');
plot3(x1(1,1),t(1,1),y(1,1),'r');
axis([-1,1,0,tmax,-1,1])

5、by Lijunjie!'];
title({str},'Interpreter','latex')
xlabel('实轴');
ylabel('时间轴');
zlabel('虚轴');

6、%确保图像在采集的过程中包括坐标轴及标题
ax = gca;
ax.Units = 'pixels';
pos = ax.Position;
ti = ax.TightInset;
