Resolution of plot code errors
Ältere Kommentare anzeigen
syms x;
y=1/sqrt((1-x^2)^2+(2*x)^2);
plot(x,y);
xlim([0 5]); ylim([0 4]);

I can't draw a graph. A code error appears
I need your help
Akzeptierte Antwort
Weitere Antworten (1)
Kategorien
Mehr zu Numeric Solvers finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

