Whats the use of an inline function (function at end of script)?

1 Ansicht (letzte 30 Tage)
is the primary benefit not having extra function files for a script?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 5 Mai 2018
Reducing the number of files is one benefit. Another is that the function becomes private to the script.
When routines are not too large, it can be easier to read them together when they are in the same file.

Weitere Antworten (0)

Kategorien

Mehr zu Function Creation finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by