how to fix "Error using plot. Data must be a single input of y-values or one or more pairs of x- and y-values." error.
47 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
figure(4)
plot(uv_model,y(1:N-1),'LineWidth',2,uv,y,'LineWidth',2,uv_model2,y(1:N-1),'g','LineWidth',2)
axis([-.01 .01 -1.05 1])
title('uv varying lm model')
xlabel('uv') % x-axis label
ylabel('y') % y-axis label
legend('lm=const','exact','Lm=f(yy/L)')
0 Kommentare
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!