Generate .m scripts error

I am using Brainstorm to process EEG data, and I want to generate .m code for batch processing. However, I encountered the following error. I tried clearing the cache and downloading the latest version of Brainstorm, but the same problem persists. I have tried both MATLAB 2023a and 2021a. How can I solve this?

Function or variable 'procFunc' is unrecognized.

Error in panel_process_select>CreatePanel/GenerateMatlabScript (line 2667)
                str = \[str 'sFiles = bst_process(''CallProcess'', ''' procFunc ''', '\];

Error in panel_process_select>@(h,ev)GenerateMatlabScript(1) (line 2531)
            gui_component('MenuItem', jPopup, [ ], 'Generate .m script', IconLoader.ICON_MATLAB, [ ], @(h,ev)GenerateMatlabScript(1));

Function or variable 'procFunc' is unrecognized.

Thank you for the heads-up. This was introduced in a recent update, it is now fixed (commit: ff30038)
Please update your Brainstorm instance to 02-Mar-2026