Help regarding plotting points in graph

I need points from 10^1 to 10^99 with scale as 1000 units to be plotted.
How can I juse linespace to plot this??

回答 (1 件)

KSSV
KSSV 2022 年 3 月 8 日

0 投票

p = 0:99 ;
x = 10.^p ;
semilogy(x)

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

タグ

質問済み:

2022 年 3 月 8 日

回答済み:

2022 年 3 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by