create a log space vector

5 ビュー (過去 30 日間)
Sean Smith
Sean Smith 2011 年 10 月 3 日
i want to create a log spaced vector consisting of 26 points starting at 2300. my problem is i don't know what the final point is so i can't use logspace (logspace(2300,b,26)) but i don't know what b is. what other command can i use?
  2 件のコメント
Fangjun Jiang
Fangjun Jiang 2011 年 10 月 3 日
That is strange. Then, what is the "distance" between your points? You say starting from 2300, what is the value of 2nd, 3rd, etc. points? Do you have any idea?
Sean Smith
Sean Smith 2011 年 10 月 3 日
I'm an idiot i read the question wrong but I am still not sure hot do it. It deals with moore's law about transistors. I need to start at 2300 in 1971 than i need it to double every 2 years until 2008. So i need a vector starting at 2300 and it double 19 times.

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

採用された回答

Fangjun Jiang
Fangjun Jiang 2011 年 10 月 3 日
Okay, then I think what you need is:
a=0:19;
b=2.^a;
c=2300*b;
  1 件のコメント
Sean Smith
Sean Smith 2011 年 10 月 3 日
thanks i appreciate it. if you have time can you look at this question
http://www.mathworks.com/matlabcentral/answers/17249-setting-up-a-step-function
completely lost on it.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeExponents and Logarithms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by