Creating a Vector with 5 elements in a specific way

Antworten (1)

Sriram Tadavarty
Sriram Tadavarty am 30 Jul. 2020
Hi Yuval,
n = 5;
u = 2.^(0:n-1);
Hope this helps.
Regards,
Sriram

Kategorien

Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 30 Jul. 2020

Beantwortet:

am 30 Jul. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by