Filter löschen
Filter löschen

1D Matrix element shifting

4 Ansichten (letzte 30 Tage)
ARJUN K P
ARJUN K P am 26 Okt. 2015
Beantwortet: the cyclist am 26 Okt. 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]

Akzeptierte Antwort

the cyclist
the cyclist am 26 Okt. 2015
a=['how are you?'];
out = ['hello, ',a]

Weitere Antworten (0)

Kategorien

Mehr zu Cell Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by