How to use the graphing and bisection methods on Matlab

3 comentarios

lucas erickson
lucas erickson el 23 de Sept. de 2015
Editada: James Tursa el 23 de Sept. de 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')
OK, that's a good start. Do you have questions on this code? Are you able to get the plot displayed?

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Preguntada:

el 23 de Sept. de 2015

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by