What does the three dots (...) means in the thrid line, can anyone explain it
for pointer_l = 0: (L-1)
for pointer_t = 0: (T-t-1)
scenarios(pointer_l*N+1: pointer_l*N+N, pointer_t*2+3: pointer_t*2+4) = ...
round(unifrnd(1, WIDTH, N, 2));
end
end

 채택된 답변

Matt J
Matt J 2019년 2월 9일

0 개 추천

It means that the statement continues on the next line.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Debugging and Analysis에 대해 자세히 알아보기

질문:

2019년 2월 9일

댓글:

2019년 2월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by