How to generate values between 5 and 4 with difference 0.1 without subtract symbol?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Akshay Kumar Kumaraswamy
le 7 Juin 2018
Commenté : Akshay Kumar Kumaraswamy
le 7 Juin 2018
I want something like this [5:0.1:4] = 5 4.9 4.8 4.7.....4.1 4
Thank you
0 commentaires
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 7 Juin 2018
fliplr(4:0.1:5)
Though it is not clear to me why you do not just use 5:-0.1:4
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!