creating a row vector
Mostra commenti meno recenti
How do i create a row vector that have five elemenets that are all fives, using the colon symbol?
Risposte (1)
Stephan
il 10 Ott 2019
A(1:5) = 5
Categorie
Scopri di più su Symbolic Math Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!