You are on page 1of 2

Nombre: Esteban Guato.

clear all; close all; clc;


x1=0.5:0.1:4.5;
plot(0.7,3,'or',1.5,5,'or');
hold on;
plot(2,9,'ob',0.9,11,'ob');
plot(4.2,0,'og',2.2,1,'og');
plot(3.6,7,'oy',4.5,6,'oy');
grid on;
ax=gca
x2=-0.667*x1+7.17;

You might also like