creating a row vector
Afficher commentaires plus anciens
How do i create a row vector that have five elemenets that are all fives, using the colon symbol?
Réponses (1)
Stephan
le 10 Oct 2019
A(1:5) = 5
Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!