Replacing characters in a string
20 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Ameer Hamza
am 9 Apr. 2020
Why for loop? Why not some built-in function. This seems like a homework question. Can you show us the code you already tried?
Siehe auch
Kategorien
Mehr zu Characters and Strings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!