Clear Filters
Clear Filters

What does y= [40;0] mean?

2 views (last 30 days)
Jovos
Jovos on 5 Apr 2016
Answered: Star Strider on 5 Apr 2016
What does the following code mean?
y= [40;0];

Accepted Answer

Star Strider
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.

More Answers (0)

Categories

Find more on Data Types in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!