I am attempting to use a MATLAB script that requires the use of the Image Processing Toolbox function fspecial().
I do not have the Image Processing Toolbox, but do have the Signal Processing Toolbox which contains suite of tools for the creation of filters. Sadly, I am largely ignorant on filter creation and am looking to see if I can get some help determining if I can replicate the following line of code using the filter creation tools in the Signal Processing Toolbox:
fspecial('gaussian', [5 1], 0.75)