reverse operation to 'strsplit'

11 vues (au cours des 30 derniers jours)
Alberto Acri
Alberto Acri le 21 Jan 2024
Modifié(e) : Stephen23 le 21 Jan 2024
Hi! I have a cell like 'temp'. And I need to transform it (by adding '_') to get a char like 'a'. How can this be generated?
a = 'test_4_AA_5.txt';
temp = strsplit(a,'_');
  1 commentaire
Stephen23
Stephen23 le 21 Jan 2024
Modifié(e) : Stephen23 le 21 Jan 2024
You have been using this forum since 2020... now would be a good time to learn to use the MATLAB documentation: scroll to the bottom of the STRSPLIT documentation to find links to articles and related functions (e.g. STRJOIN).
Looking at the documentation of the function you are already using is easy and a good place to start solving your own questions.

Connectez-vous pour commenter.

Réponse acceptée

Dyuman Joshi
Dyuman Joshi le 21 Jan 2024

Plus de réponses (0)

Catégories

En savoir plus sur Characters and Strings dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by