+ 2
Matlab function
I can write functions in separate files. how can I write 2 functions in one script?
1 Resposta
+ 1
You have to use the end keyword for each of them, then it will work.
Just place the second function underneath and make sure to call from the script or other function inside the script.