Dots!, Dots!, Dots! What are they doing!?
Show older comments
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
Accepted Answer
More Answers (2)
Azzi Abdelmalek
on 29 Jun 2015
1 vote
When your expression is too long, you can write it in multiple lines
Sean de Wolski
on 29 Jun 2015
0 votes
Categories
Find more on Numerical Integration and Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!