Azzera filtri
Azzera filtri

1D Matrix element shifting

4 visualizzazioni (ultimi 30 giorni)
ARJUN K P
ARJUN K P il 26 Ott 2015
Risposto: the cyclist il 26 Ott 2015
for example:
a=[how are you?]; i want to append a string into the front of the array...
eg: the string is "hello,"
output matrix like: a=[hello, how are you]

Risposta accettata

the cyclist
the cyclist il 26 Ott 2015
a=['how are you?'];
out = ['hello, ',a]

Più risposte (0)

Categorie

Scopri di più su Cell Arrays in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by