Trying to use values from my function file, within a fplot command, is this possible?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Graphics Objects in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!