1
0
Fork 0

Plot the data

master
neingeist 10 years ago
parent 136815f0b7
commit bc0eb3519f

@ -16,10 +16,9 @@ function plotData(x, y)
figure; % open a new figure window
plot(x, y, 'rx', 'MarkerSize', 10);
ylabel('Profit in $10,000s');
xlabel('Population of City in 10,000s');
% ============================================================