ejercicio 2
Contents
apartado c
pot=xlsread('sotavento_curva_potencia'); plot(pot(:,1),pot(:,2),'ro') title('Curva de potencia del aerogenerador'); ylim([-200 1500]); grid on velocidad=xlsread('sotaventogaliciaanual.xlsx'); x=0.5:1:max(velocidad); yi=interpl(pot(:,1),pot(:,2),xq,pchip) plot(x,yi,'k') hold off
Undefined function or variable 'xq'. Error in apartado_c (line 12) yi=interpl(pot(:,1),pot(:,2),xq,pchip)