It can be a nuisance to get the syntax right, but it is possible to change the DisplayName in bulk. But not using the 'DisplayName' option of plot()
h = plot(rand(3));
set(h, {'DisplayName'}, {'1'; '2'; '3'})
legend show
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!