rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
trajectory.m
1 open trajectory.fig
2 f = gcf;
3 title('');
4 a = gca;
5 c = get(a,'Children');
6 set(c,'Linewidth',2);
7 set(a,'Projection','perspective')
8 set(a,'Box','on')
9 legend('exact','reduced','Location','NorthWest')
10 set(f,'Color',[1,1,1])
11 saveas(gcf,'trajectory.eps','epsc');%| \docupdate