Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to use the graphing and bisection methods on Matlab

3 ビュー (過去 30 日間)
lucas erickson
lucas erickson 2015 年 9 月 23 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
  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