I want to do
for i = 1 : size(N, 2)
figure(i);
title('N = %d', i);
%other stuff
but setting the title doesn't work. Why?
num2str should also works.
title(['N = ',num2str(i)]);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With