i have a question.
i just try to learn MATLAB however i couldn't define the functions and variables inside the one script. i open new script file and give the function comment in it for example like this...
function [ y ] = betaf( x,Ee)
lambda=0.1;
y=100*gammaf(Ee)*lambda/(2*pi*x)...