Effacer les filtres
Effacer les filtres

Why is it helpful to use regions/sections while writing a script in matlab?

10 vues (au cours des 30 derniers jours)
Ottavia Rossini
Ottavia Rossini le 23 Juin 2017
Commenté : Adam le 23 Juin 2017
I was trying to make my script tidy and found out that it's possible to insert regions and sections in matlab scripts/functions. How are they correctly used? Why are they so helpful?
Thanks for your help :)
  1 commentaire
Adam
Adam le 23 Juin 2017
I'm not familiar with what a 'region' is, but I pretty much never use sections. Just personal preference, but to me they confuse the reading of code rather than help it. I don't write scripts often though except for quick initial exploration of ideas and having sections in a function seems odd to me.

Connectez-vous pour commenter.

Réponse acceptée

Stephen23
Stephen23 le 23 Juin 2017
Modifié(e) : Stephen23 le 23 Juin 2017
Three good reasons:
  1. Code folding: https://www.mathworks.com/help/matlab/matlab_prog/improve-code-readability.html
  2. Run sections: https://www.mathworks.com/help/matlab/matlab_prog/run-sections-of-programs.html
  3. Because using standard tools (default indentation, code sections, etc), makes code clearer and easier to understand. Code that is clearer and easier to understand is less buggy and easier to fix.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by