You have three options for what you use as the function definition line. Regardless of which option you use, the [[functional variable]] names must appear as outputs of the function. Rave will use the names of the function's outputs as the names of the corresponding [[functional variables]]. The name of the function itself (i.e. the .m file name) does not matter as long as it is a legal matlab function name (i.e. must begin with a letter and cannot contain spaces or symbols other than _ ). | You have three options for what you use as the function definition line. Regardless of which option you use, the [[functional variable]] names must appear as outputs of the function. Rave will use the names of the function's outputs as the names of the corresponding [[functional variables]]. The name of the function itself (i.e. the .m file name) does not matter as long as it is a legal matlab function name (i.e. must begin with a letter and cannot contain spaces or symbols other than _ ). |