Hi, I'm searched many web pages and didn't find out specific and easy answer so I'm writing here and hoping to get the answer.
So there is the system:

 채택된 답변

David Hill
David Hill 2020년 10월 25일

0 개 추천

Do you just want to plot them to see where the curves cross?
x=-5:5;
y=.5*x.^2-2;
z=x+2;
plot(x,y,x,z);
grid on;
grid minor;

댓글 수: 3

Karolis Kazlauskas
Karolis Kazlauskas 2020년 10월 25일
Yes, thats is exactly as i want, thank you and maybe you could help me with another difficulty I'm dealing with? It's function: I need to count function y=f(x) meanings when x is changing from x0 to xn. I think I need to create function y values table and then I have to draw a graphic.
x=.1:.001:3;%not sure what interval you want to plot
y=x.^(1/3)-4./x;
plot(x,y);
Karolis Kazlauskas
Karolis Kazlauskas 2020년 10월 25일
Thank you!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Programming에 대해 자세히 알아보기

질문:

2020년 10월 25일

댓글:

2020년 10월 25일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by