while loop condition help
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Create a variable, A =64 and use While-loop to do the following:
i. Calculate how many numbers between 0 and A are divisible by 3.
ii. Save all the numbers divisible by 3 in a vector called B.
iii. Change the value of A to 100 and repeat the previous 2 steps.
Thos is a homework that i have and i can't even begin to understand how to write the conditions for this loop
10 Commenti
Risposte (1)
Srivardhan Gadila
il 10 Apr 2020
Learn the essentials of MATLAB through MATLAB Onramp, two-hour introductory tutorial on commonly used features and workflows.
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!