what does ... do in matlab?

1 vue (au cours des 30 derniers jours)
Hao Sun
Hao Sun le 8 Juin 2016
Modifié(e) : Stephen23 le 8 Juin 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.
  1 commentaire
Stephen23
Stephen23 le 8 Juin 2016
Modifié(e) : Stephen23 le 8 Juin 2016

Connectez-vous pour commenter.

Réponses (1)

John D'Errico
John D'Errico le 8 Juin 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.

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by