q function
If you have any problem with finding q-function in your Matlab version, just add this function to your library to be able to handle q-function in your programing. It's a simple m-code file accepting both scalar and vector as input.
How to use it
usage is very easy and straight forward. Just download the file and save it to the same folder as your file is. Then by calling function q(x), where x is the integral limit, you can get the value of q function.
Example 1
>> q(.1)
ans =
0.4602
Example 2
>> q(5.3)
ans =
5.7901e-008
Example 3
>> vec=[1 -2 0.001 5.3 -1.04];
>> qfunc(vec)
ans =
0.1587 0.9772 0.4996 5.790e-008 0.8508
Cita come
Hassan Moradi (2025). q function (https://it.mathworks.com/matlabcentral/fileexchange/28620-q-function), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
