How Create a vector given size(N) and the value of the max element(M)?
63 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How Create a vector given size(N) and the value of the max element(M)?
0 commentaires
Réponse acceptée
Daniel Pollard
le 21 Jan 2021
Are those the only conditions?
linspace(1, M, N)
has N values which range from 1 to M.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!