Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Valentin_Novakov12g.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions runME_Valentin_Novakov12g.m
Original file line number Diff line number Diff line change
@@ -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")