Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.25 KB | None | 0 0
  1. %plot
  2.  
  3.  %plot x and y coordinates of the solution
  4.  %soln_exact(1,:)=linspace(t_0,t_end,100);
  5.  %for i=1:100
  6.  % soln_exact(2:5,i)=y_exact(soln_exact(1,i));
  7.  %end
  8.  %plot(soln_exact(2,:),soln_exact(4,:),'k',...
  9.  % soln(2,:),soln(4,:),'b');
  10.  %axis equal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement