What does y= [40;0] mean?
2 views (last 30 days)
Show older comments
What does the following code mean?
y= [40;0];
0 Comments
Accepted Answer
Star Strider
on 5 Apr 2016
It assigns ‘y’ to a (2x1) column vector, with the first row being 40 and the second row being 0.
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!