Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to use the graphing and bisection methods on Matlab

1 次查看(过去 30 天)
  3 个评论
lucas erickson
lucas erickson 2015-9-23
编辑:James Tursa 2015-9-23
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 2015-9-24
OK, that's a good start. Do you have questions on this code? Are you able to get the plot displayed?

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by