Help - Matlab


essedra
03-04-2007, 07:43 AM
hello all!

i'm a novice matlab user. my problem is that i don't know how to write a matlab code that takes a given string of arbitrary length and from that produces another string where the order of the characters in the first string is reversed in the second string. :confused:

for example, it should convert 'hello' to 'olleh'

how can i do this?


thank you very much...