I need to decrypt a text but I do not know how.
1 view (last 30 days)
Show older comments
This is the text 'Jmkyvih$mx$syx$}ixC'. I should do it using for.
0 Comments
Accepted Answer
David Hill
on 2 May 2022
x= 'Jmkyvih$mx$syx$}ixC';
char(x-4)
2 Comments
David Hill
on 2 May 2022
You can bute force it, or the $'s stand out as possible spaces which I recognized as a possibility immediately.
More Answers (0)
See Also
Categories
Find more on Environment and Settings 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!