You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signal Hunter add the current folder to the MATLAB path, so if user run signalhunter command from any path it will add every time it runs to the matlab path. If user has many folders in the current folder it can mess a lot the PATH of matlab.
The text was updated successfully, but these errors were encountered:
Functions to work with directory and file paths without knowing the OS:
filesep: returns the file sepparator character for the running OS
fileparts: returns the parts of a path, e.g. filename, path and file extension
fullfile: the best one, you give the parts of the path and it build the full path regardless the OS
Signal Hunter add the current folder to the MATLAB path, so if user run signalhunter command from any path it will add every time it runs to the matlab path. If user has many folders in the current folder it can mess a lot the PATH of matlab.
The text was updated successfully, but these errors were encountered: