stochastic programming code, Need little help

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 ExchangeDebugging and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by