WHAT DOES THIS MEAN?

조회 수: 1 (최근 30일)
monalisa  ghosh
monalisa ghosh 2015년 2월 5일
답변: Guillaume 2015년 2월 5일

채택된 답변

Guillaume
Guillaume 2015년 2월 5일
: is the colon operator. As per the documentation:
A(:) is all the elements of A, regarded as a single column.
So, your line just reshapes d as a single column. It is equivalent to
d = reshape(d, [], 1);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by