Summary
pspm_display works correctly with just the file name but throws a warning when called with full file path (from command line or GUI).
>> pspm_display('pspm_PP12.mat')
>> pspm_display('/Users/dominik/Documents/PublicData/Sandbox/pspm_PP12.mat')
Warning: The input to STR2FUNC "/Users/dominik/Documents/PublicData/Sandbox/pspm_PP12.mat" is not a valid
function name. This will generate an error in a future release.
> In pspm_display (line 32)
Summary
pspm_displayworks correctly with just the file name but throws a warning when called with full file path (from command line or GUI).