visioner code changing string
Mostrar comentarios más antiguos
hi,can anyone help me with a visiner cose.its a code that change the string with 2 letters up (lets say 'abcd') to 'cdef' in old fashion for loop like in c++ thank for your help.
Respuestas (1)
Star Strider
el 11 de Ag. de 2018
0 votos
Letters in MATLAB (and most other languages) are represented by numeric values. Since this is homework, we only give hints, so the one I leave you with is the char (link) function.
1 comentario
Walter Roberson
el 11 de Ag. de 2018
hint:
'abcd'+2
Categorías
Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!