I have that cell array:
Names={'L','A','C'}
And I need to repeat cells to stay whit this:
Names2={'L','L','L','L','A','A','A','A','C','C','C','C'}
How can I do it in a easy way?
Thank you :)
I have that cell array:
Names={'L','A','C'}
And I need to repeat cells to stay whit this:
Names2={'L','L','L','L','A','A','A','A','C','C','C','C'}
How can I do it in a easy way?
Thank you :)