|
|
Re: Problem with clearing text from axes
Posted:
Jan 15, 2013 2:58 AM
|
|
> if(iteration == 0) > TaskNumHandle = text(0.3,0.6,'Task # = d', taskNumber);
TaskNumHandle = text(0.3,0.6, sprintf('Task # = %d', taskNumber));
You should read the document more carefully.
Bruno
|
|