Generate a increasing increment array

Hi,
I was wondering how to generate array as follow
1 4 9 16 25
As you can see, the differences between them is
3 5 7 9
of increasing order. I was wondering how to do that without using any loop?
Thanks Andy

 採用された回答

その他の回答 (1 件)

Image Analyst
Image Analyst 2018 年 10 月 13 日

0 投票

Not sure what the rule is (actually I guess Walter figured it out since you accepted it), but here's another way:
>> v = (1:5).^2

カテゴリ

製品

リリース

R2018b

タグ

質問済み:

2018 年 10 月 12 日

回答済み:

2018 年 10 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by