필터 지우기
필터 지우기

Dots!, Dots!, Dots! What are they doing!?

조회 수: 2 (최근 30일)
Vijay Nahar
Vijay Nahar 2015년 6월 29일
댓글: Vijay Nahar 2015년 6월 29일
Can some one explain to me what the 'dots', in the equation below, signify? What kind of mathematical operator do they represent?
A(th+91,ph+1,:) = ...
reshape(exp(2*(0+1i)*pi/lambda*sind(th)* ...
(B(:,1)*cosd(ph) + C(:,2)*sind(ph))),...
[1 1 32]);
Thanks
Vijay

채택된 답변

Thorsten
Thorsten 2015년 6월 29일
help punct
gives you
... Continuation. Three or more periods at the end of a line continue
the current command or function call onto the next line. Three or
more periods before the end of a line cause MATLAB to ignore the
remaining text on the current line and continue the command or
function call onto the next line. This effectively makes a comment
out of anything on the current line that follows the periods.

추가 답변 (2개)

Azzi Abdelmalek
Azzi Abdelmalek 2015년 6월 29일
When your expression is too long, you can write it in multiple lines

Sean de Wolski
Sean de Wolski 2015년 6월 29일

카테고리

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