Why do i need to use .^ notation ?

% This is my function.
function y = PBTask4P1_f(x)
y = 4.2*x.^4-5*x.^3-7*x;
plot(x,y);
xlabel('INPUT X')
ylabel('OUTPUT Y')
end

回答 (0 件)

この質問は閉じられています。

タグ

質問済み:

2021 年 4 月 3 日

閉鎖済み:

2021 年 4 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by