Replacing characters in a string
41 次查看(过去 30 天)
显示 更早的评论
I want to replace characters in a string using loops and if statements. For example if there is a Y in the string, I want to change it to a J. If there is an M in the string I want to change it to a Q.
2 个评论
Ameer Hamza
2020-4-9
Why for loop? Why not some built-in function. This seems like a homework question. Can you show us the code you already tried?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!