MATLAB How to write factorial in matlab Dear Fellows, I want to write rational numbers factorial in my MATLAB program for integers factorial command is factorial(n) but for rational numbers such as 0.1 or 0.2 this command is not working can anyone guide me to solve this issue ? Regards ad...