Initial commit
This commit is contained in:
3
plot_learn.m
Normal file
3
plot_learn.m
Normal file
@@ -0,0 +1,3 @@
|
||||
x = (1:1:20);
|
||||
y = x / 3;
|
||||
plot(x,y)
|
||||
Reference in New Issue
Block a user