how to Write a program that prints out the numbers 5 through -5 in decreasing order.

3 vues (au cours des 30 derniers jours)
i need a program to find 5 4 3 2 1 0 -1 -2 -3 -4 -5

Réponse acceptée

ES
ES le 12 Juil 2017
Modifié(e) : ES le 12 Juil 2017
a = [5:-1:-5];
disp(a);

Plus de réponses (1)

sasi rekha
sasi rekha le 31 Mai 2021
I want a program to print 1+3+5+7 and compute it's sum

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by