creating a row vector
Ältere Kommentare anzeigen
How do i create a row vector that have five elemenets that are all fives, using the colon symbol?
Antworten (1)
Stephan
am 10 Okt. 2019
A(1:5) = 5
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!