"title" is a function so don't use it for variable name.
title() needs a string input so all you need to do is to concatenate your numbers together into a string. You may need to use num2str() or sprintf().
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!