diff --git a/MATLAB_Practice.m b/MATLAB_Practice.m new file mode 100644 index 0000000..4a4927b --- /dev/null +++ b/MATLAB_Practice.m @@ -0,0 +1,7 @@ +x=10 +y=5 +plot(x,y); +print("hello") + +edit startup +addpath(genpath(C:\Users\18bac\OneDrive\Documents\MATLAB))