Skip to content

Commit

Permalink
add plot curve function
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Oct 25, 2020
1 parent 6329f25 commit 5b68c3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plot_curve.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
function plot_curve(beta)

plot(beta(1,:),beta(2,:),'LineWidth',1.5);
axis equal ij off;

0 comments on commit 5b68c3c

Please sign in to comment.