Creating a Vector with 5 elements in a specific way
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello dear friends!
Could you help me with this w Q?
Thanks!!!
0 Commenti
Risposte (1)
Sriram Tadavarty
il 30 Lug 2020
Hi Yuval,
n = 5;
u = 2.^(0:n-1);
Hope this helps.
Regards,
Sriram
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!