This commit is contained in:
2017-05-28 17:17:42 +09:00
parent 992a5db5bf
commit 0705953efb
10 changed files with 34 additions and 12 deletions

View File

@@ -17,7 +17,9 @@ figure; % open a new figure window
% markers larger by using plot(..., 'rx', 'MarkerSize', 10);
plot(x, y, 'rx', 'MarkerSize', 10);
ylabel('Profit in $10,000s');
xlabel('Population of City in 10,000s');
% ============================================================