How to create an array with 2^n using this method?

2 次查看(过去 30 天)
In my homework, I'm asked to create an array of 8,16,32,...,2048 using the way :
N=[8 16 32 ??? 2048]
what could be the ??? here? Any operator? Not familiar with matlab...

回答(1 个)

David Hill
David Hill 2019-10-6
I believe it is just describing the sequence.
N=2.^(3:11);

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by