Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How to use the graphing and bisection methods on Matlab

1 visualizzazione (ultimi 30 giorni)
lucas erickson
lucas erickson il 23 Set 2015
Chiuso: MATLAB Answer Bot il 20 Ago 2021
  3 Commenti
lucas erickson
lucas erickson il 23 Set 2015
Modificato: James Tursa il 23 Set 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 il 24 Set 2015
OK, that's a good start. Do you have questions on this code? Are you able to get the plot displayed?

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by