plotting generates hidden figure
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Moslem Uddin
 am 2 Sep. 2019
  
    
    
    
    
    Beantwortet: Walter Roberson
      
      
 am 2 Sep. 2019
            while plotting i have the following figure, which is hiden. What to do?

3 Kommentare
  Walter Roberson
      
      
 am 2 Sep. 2019
				Your graphics driver is a year out of date. Updating might help.
Akzeptierte Antwort
  Walter Roberson
      
      
 am 2 Sep. 2019
        Instead of using
fplot(pl_f, [0 10])
use
fplot(real(pl_f), [0 10])
Due to round-off, there are small imaginary quantities that fplot thinks are leading to discontinuities.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

