You have two choices:
- You can take all of that code and store it in a file that is not named UcSayininMinimumunuBul1.m -- OR
- You can take the first four lines of that code and store it in a file that is not named UcSayininMinimumunuBul1.m and then store the function line downwards into file UcSayininMinimumunuBul1.m
When you have a function defined in a file, then the function name must be different than the file name except for the case where the first executable statement in the file is the function definition for a function that is the same as the file name.
