I want to load image from one folder, which containing ~13000 images. But, the available images to be loaded (shown in figure) can not exceed 10000 images (I have scrolled the selection box to the bottom). Besides, when I press Ctrl-A to select all, a UI error msg comes from matlab (MATLAB 2025a, pivlab 3.10):
出错 matlab.ui.internal.controller.uicontrol.UIControlListBoxController/handleEvent (第 56 行)
obj.Model.updateListboxTopFromView(newValue);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
出错 matlab.ui.internal.controller.uicontrol.UIControlController>@(varargin)obj.handleEvent(varargin{:}) (第 71 行)
obj.EventHandlingService.attachEventListener(@obj.handleEvent);
^^^^^^^^^^^^^^^
出错 viewmodel.internal.factory.ManagerFactoryProducer>@(src,event)callback(src,viewmodel.internal.factory.ManagerFactoryProducer.convertStructToEventData(event)) (第 76 行)
proxyCallback = @(src, event)callback(src, ...
^^^^^^^^^^^^^^^^^
