fplot keeps returning horizontal line
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am trying to evaluate the constituents of a source of Californium 252 after a certain number of days. I have defined an expression in terms of other variables that I want to plot. But 'fplot' seems to only return a horizontal line at Y=0. There is no error message when I run the script. Any help is greatly appreciated.
0 Commenti
Risposta accettata
Karan Gill
il 30 Ott 2017
You are plotting a constant Atom_Cf_P with value 1.8235e-78. A horizontal line is the expected output. What were you expecting?
2 Commenti
madhan ravi
il 3 Giu 2018
whenever you plot a function declare it using sym and then use fplot otherwise Matlab will give a horizontal line at y=0.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Surface and Mesh 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!