How to plot Complexity and Big-O Notation in MATLAB
이전 댓글 표시
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
Walter Roberson
2018년 11월 26일
hint:
fplot(@(n) [1, log(n), n], [1 10])
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!