How to plot Complexity and Big-O Notation in MATLAB
Ältere Kommentare anzeigen
Hello
I would be thankful if I get a MATLAB code to plot Complexity and Big-O Notation as you can see in the figure below.
Thanks Alot
1 Kommentar
Walter Roberson
am 26 Nov. 2018
hint:
fplot(@(n) [1, log(n), n], [1 10])
Antworten (0)
Kategorien
Mehr zu Annotations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!