Finding y-value of a function with corresponding x-value given

How to use Matlab to determine f(3)-f(5) for a function and interval of your choice.

2 个评论

What have you done already? Do you have some ideas?
function y = f(x)
y = asind(x);
end
plotfunc2d(y, x =-5..5): grid on
I need to plot the function aswell but I'm really lost I don't know what to do

请先登录,再进行评论。

回答(1 个)

类别

帮助中心File Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息

产品

版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by