diff --git a/Valentin_Novakov12g.jpg b/Valentin_Novakov12g.jpg new file mode 100644 index 0000000..629c6ff Binary files /dev/null and b/Valentin_Novakov12g.jpg differ diff --git a/runME_Valentin_Novakov12g.m b/runME_Valentin_Novakov12g.m new file mode 100644 index 0000000..48f84f3 --- /dev/null +++ b/runME_Valentin_Novakov12g.m @@ -0,0 +1,11 @@ +clear all; clc; + +% Replace the strings with the correct numbers +x = -20:0.1:20; % Replace the strings with the correct numbers +% Calculate the function +y = 2*exp(-0.2*x) +% Plot the function +plot(x,y, 'r.', 'color', 'red', 'LineWidth', 2) +% X label and Y label +xlabel("Potatoes") +ylabel("Tomatoes") \ No newline at end of file