Guys, i have no idea how to proceed with these two questions, would you please help me out, many thanks guys.
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Roman Azrael Balgobin
 el 23 de Nov. de 2019
  
    
    
    
    
    Respondida: Stijn Haenen
      
 el 23 de Nov. de 2019
            
1 comentario
  Adam Danz
    
      
 el 23 de Nov. de 2019
				Check out linspace()
To plot p and q against x using unconnected points, 
plot(x,q,'o')
hold on
plot(x,p,'s')
Also see the det() function. 
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Linear Algebra en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!