diff --git a/code.txt b/code.txt new file mode 100644 index 0000000..be4c3ac --- /dev/null +++ b/code.txt @@ -0,0 +1,9 @@ +% Replace the strings with the correct numbers +x = -20:0.5: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','blue','linewidth',2); +% X label and Y label +xlabel("Abs") +ylabel("Ord") \ No newline at end of file diff --git a/graph.fig b/graph.fig new file mode 100644 index 0000000..b2349b3 Binary files /dev/null and b/graph.fig differ diff --git a/graph.png b/graph.png new file mode 100644 index 0000000..ac145b8 Binary files /dev/null and b/graph.png differ diff --git a/graph10.png b/graph10.png new file mode 100644 index 0000000..d36b3ec Binary files /dev/null and b/graph10.png differ