フィルターのクリア

How to plot Complexity and Big-O Notation in MATLAB

6 ビュー (過去 30 日間)
Abo Saqer
Abo Saqer 2018 年 11 月 26 日
コメント済み: Walter Roberson 2018 年 11 月 26 日
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
Walter Roberson 2018 年 11 月 26 日
hint:
fplot(@(n) [1, log(n), n], [1 10])

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by