What does y= [40;0] mean?
2 ビュー (過去 30 日間)
古いコメントを表示
What does the following code mean?
y= [40;0];
0 件のコメント
採用された回答
Star Strider
2016 年 4 月 5 日
It assigns ‘y’ to a (2x1) column vector, with the first row being 40 and the second row being 0.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!