Azzera filtri
Azzera filtri

Which is best :define variables as global or pass them as arguments?

1 visualizzazione (ultimi 30 giorni)
Hello everyone, I would like to know which is best: To define variables global in main & function like global var1, var2 or pass then as arguments to function like [out1]=functionName(var1,var2)

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 26 Mag 2013
Passing them as argument is better

Più risposte (1)

Image Analyst
Image Analyst il 26 Mag 2013

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by