Guys, i have no idea how to proceed with these two questions, would you please help me out, many thanks guys.
1 view (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
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!