How to use the graphing and bisection methods on Matlab

3 Commenti

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?

Risposte (0)

Questa domanda è chiusa.

Richiesto:

il 23 Set 2015

Chiuso:

il 20 Ago 2021

Community Treasure Hunt

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

Start Hunting!

Translated by