what does ... do in matlab?

3 次查看(过去 30 天)
Hao Sun
Hao Sun 2016-6-8
编辑: Stephen23 2016-6-8
I have a code that begins function [Aprojeigbnd,upperAbnd,n,Ecard,cputimeprojeigbnd,cputimeupper]=... newV0sparsetest(imax,k,densn)
I can't seem to figure out what the ... is doing, but matlab doesn't like it if it gets removed.

回答(1 个)

John D'Errico
John D'Errico 2016-6-8
It allows you to continue a line to the next line. Otherwise long lines will be unreadable.
Without that though to indicate a continued line, you would have line fragments that would be invalid syntax.

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

尚未输入任何标签。

产品

Community Treasure Hunt

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

Start Hunting!

Translated by