how to make function that take input as a string and output as a string in reveres order?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
i wnat make function that take input as a string and output is reverse order
for exmple it like that f(asd)=dsa
Can't it be derived directly by putting only a string in the input without setting the string?
3 comentarios
Dyuman Joshi
el 13 de Oct. de 2022
Adding to Steven's comment, A quick search on the internet can give you the desired answer as well.
DGM
el 13 de Oct. de 2022
Editada: DGM
el 13 de Oct. de 2022
It also might help to clarify whether you are talking about string objects or whether you mean common character vectors. If you are indeed using R2013a, then you're not using strings.
Respuestas (0)
Ver también
Categorías
Más información sobre Characters and Strings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!