how do I plot different polyfit(x,y,5) onto the same graph?
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
I have 12 different ployfit(x,y,5) functions and I want to put them onto a single graph. how can I write my code? 
0 comentarios
Respuestas (1)
  KSSV
      
      
 el 9 de Dic. de 2020
        Use hold on. Or save them into a matrix and plot. Read about plot, hold on. 
0 comentarios
Ver también
Categorías
				Más información sobre Creating, Deleting, and Querying Graphics Objects en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!