Parámetro MATLAB en el título
str = sprintf('just an example of %d that isnt working', variable)
title(str)
Helpful Hawk
str = sprintf('just an example of %d that isnt working', variable)
title(str)