how to string scalar or character vector a text
Afficher commentaires plus anciens
Réponses (1)
Jan
le 18 Août 2020
You need Matlab R2018b to define stringe with double quotes. The screen shot looks like R2018a. Then use single quotes to create a char vector:
tx = txsite('KeteKrachi...', ...)
% ^ ^
Catégories
En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
