Trying to use values from my function file, within a fplot command, is this possible?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Report Generator in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!