You are on page 1of 1

9/06/20 19:51 C:\Users\PabloJ\Documents\MATLAB\labONE.

m 1 of 1

clear all;
clc;
disp('Ingrese los elementos del Arreglo');
v=2;
for n=1:5
a(n)=input('Ingrese un Numero:');
end;
b=a.^v;
disp(b);

You might also like