Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Matlab newbie-simple question

2 views (last 30 days)
Shalini
Shalini on 6 Nov 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
I have got reasonable good exposure to programming but relatively new to Matlab.
Simple question:
1)In matlab the file name (.m file) has to be same as the function name.Does that mean I can have only 1 function per file?

Answers (2)

Harshit
Harshit on 6 Nov 2012
Hi Shalini, You can have multiple functions in a file. These are called local functions. Why don't you look at this http://www.mathworks.in/help/matlab/matlab_prog/local-functions.html?s_tid=doc_12b

Vishal Rane
Vishal Rane on 8 Nov 2012

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!