Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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)

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 26 Mai 2013
Passing them as argument is better

Weitere Antworten (1)

Image Analyst
Image Analyst am 26 Mai 2013

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by