Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to use the graphing and bisection methods on Matlab

3 visualizaciones (últimos 30 días)
lucas erickson
lucas erickson el 23 de Sept. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
  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')
James Tursa
James Tursa el 24 de Sept. de 2015
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

Community Treasure Hunt

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

Start Hunting!

Translated by