Borrar filtros
Borrar filtros

what does ... do in matlab?

3 visualizaciones (últimos 30 días)
Hao Sun
Hao Sun el 8 de Jun. de 2016
Editada: Stephen23 el 8 de Jun. de 2016
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.

Respuestas (1)

John D'Errico
John D'Errico el 8 de Jun. de 2016
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.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by