From 2f001539ff82b9c090212aaad3eafd7f7b6d686e Mon Sep 17 00:00:00 2001 From: 18bac <18bac@Mycroft> Date: Fri, 31 Jan 2025 10:13:12 -0500 Subject: [PATCH] edited text for randomness --- MATLAB_Practice.m | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 MATLAB_Practice.m 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))