how to make function that take input as a string and output as a string in reveres order?
1 view (last 30 days)
Show older comments
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 Comments
Dyuman Joshi
on 13 Oct 2022
Adding to Steven's comment, A quick search on the internet can give you the desired answer as well.
DGM
on 13 Oct 2022
Edited: DGM
on 13 Oct 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.
Answers (0)
See Also
Categories
Find more on Characters and Strings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!