MATLAB: How to modify the function/script model at the creation

codecommentsfunctiongenericMATLABmodelscript

Hello,
When I create a new function the file created already contains text like :
function [ output_args ] = Untitled3( input_args ) %UNTITLED3 Summary of this function goes here % Detailed explanation goes here end
What I would like to do is to modify this predefined text (in particular other comments). And to the same at the creation of a new script. The aim is to have a generic structure of comments/code at the creation of a script/function.
If someone as a solution to do this, thank you in advance ! 🙂