필터 지우기
필터 지우기

What does y= [40;0] mean?

조회 수: 2 (최근 30일)
Jovos
Jovos 2016년 4월 5일
답변: Star Strider 2016년 4월 5일
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