creating a row vector
古いコメントを表示
How do i create a row vector that have five elemenets that are all fives, using the colon symbol?
回答 (1 件)
Stephan
2019 年 10 月 10 日
A(1:5) = 5
カテゴリ
ヘルプ センター および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!