Trying to use values from my function file, within a fplot command, is this possible?

1 次查看(过去 30 天)
So i have an matlab .m function file called f.m, which is a function f(x).
I can use the code below to plot the graph
clear; clc
fplot(@f, [10 20])
Is it possible to plot this for instance, between the limits a
where a is defined in my function file?

采纳的回答

Mischa Kim
Mischa Kim 2014-2-22
Hello John, the step-size cannot be controlled. Check out this thread for reference.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Entering Commands 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by