MATLAB: How can i create a vector long n arrows and with same string text inside all the arrows

stringvector

Hi, i need to create a vector long 23824 arrows, and type '31S' inside all arrows

Best Answer

I think you mean 'rows'. Try this
M = repmat('31S', 23824, 1)