FT_NOTICE
Note that this reference documentation is identical to the help that is displayed in MATLAB when you type “help ft_notice”.
FT_NOTICE prints a notice message on screen, depending on the verbosity settings of the calling high-level FieldTrip function. Use as ft_notice(...) with arguments similar to fprintf, or ft_notice(msgId, ...) with arguments similar to warning. You can switch of all messages using ft_notice off or for specific ones using ft_notice off msgId To switch them back on, you would use ft_notice on or for specific ones using ft_notice on msgId Messages are only printed once per timeout period using ft_notice timeout 60 ft_notice once or for specific ones using ft_notice once msgId You can see the most recent messages and identifier using ft_notice last You can query the current on/off/once state for all messages using ft_notice query See also FT_ERROR, FT_WARNING, FT_NOTICE, FT_DEBUG, ERROR, WARNING