Having multiple individual functions in a matlab script

I need to have multiple fucntions in a script to call them later from other script. Matlab gives error that then name of the function should match the name of script. The problem is I have multiple individual functions. how can I fix this issue?
I prefer not to make it nested function.

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!