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

2 vues (au cours des 30 derniers jours)
Hi, i need to create a vector long 23824 arrows, and type '31S' inside all arrows

Réponse acceptée

Ameer Hamza
Ameer Hamza le 30 Oct 2020
Modifié(e) : Ameer Hamza le 30 Oct 2020
I think you mean 'rows'. Try this
M = repmat('31S', 23824, 1)

Plus de réponses (0)

Catégories

En savoir plus sur Characters and Strings dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by