Setting the figure's WindowState property to 'fullscreen' may achieve the desired effect, e.g.:
fig = figure('Units', 'pixels', 'Position', [2560 0 1920 1080], 'MenuBar', 'none', 'ToolBar', 'none', ... 'Name', '', 'NumberTitle', 'off', 'WindowState', 'fullscreen');