Skip to content
Snippets Groups Projects
Commit b95dc2ed authored by Pablo Muñoz Sanchez's avatar Pablo Muñoz Sanchez
Browse files

Use myPlot function

parent f557acf6
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,5 @@
x = linspace(0,15,100);
y = cos(x);
plot(x,y)
title('My first plot in git')
% use own plot function
myPlot(x,y)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment