What does y= [40;0] mean?

2 次查看(过去 30 天)
What does the following code mean?
y= [40;0];

采纳的回答

Star Strider
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 个)

类别

Help CenterFile Exchange 中查找有关 Data Types 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by