Info

This question is closed. Reopen it to edit or answer.

How to use the graphing and bisection methods on Matlab

1 view (last 30 days)
  3 Comments
lucas erickson
lucas erickson on 23 Sep 2015
Edited: James Tursa on 23 Sep 2015
for part a I came up with this
y = cos(3*x)+sin(sqrt(x));
figure
plot(x,y,x,zeros(1,length(x))
xlabel('x'),ylabel('y')
James Tursa
James Tursa on 24 Sep 2015
OK, that's a good start. Do you have questions on this code? Are you able to get the plot displayed?

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!