Guys, i have no idea how to proceed with these two questions, would you please help me out, many thanks guys.
    3 views (last 30 days)
  
       Show older comments
    
    Roman Azrael Balgobin
 on 23 Nov 2019
  
    
    
    
    
    Answered: Stijn Haenen
      
 on 23 Nov 2019
            
1 Comment
  Adam Danz
    
      
 on 23 Nov 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. 
Accepted Answer
More Answers (0)
See Also
Categories
				Find more on Linear Algebra in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

