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

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?

 Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Report Generator finden Sie in Hilfe-Center und File Exchange

Tags

Noch keine Tags eingegeben.

Gefragt:

am 22 Feb. 2014

Bearbeitet:

am 22 Feb. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by