Plotting three multivariable user defined functions on one graph
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Thomas
il 3 Dic 2013
Risposto: Walter Roberson
il 3 Dic 2013
I have three functions that I created and I want to place them all on one graph. Each function has a couple variables that are defined within a data file. I can plot one function at a time fine, but I am having trouble getting them all to be on one graph.
I am using fplot to plot my functions(not sure if there is an easier way)
fplot(@Fn1,[-10,10],[],[],[],a,b,e)
fplot(@Fn2,[-10,10],[],[],[],c,f)
fplot(@Fn3,[-10,10],[],[],[],d,g)
Thank you for your time.
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots 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!