how to create a char
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am trying to follow:
One of the code, said that:
load carsmall
How can I create a file for this "char"
For Others file, i created using excel file and then y=csvread('test10042019.csv');
![Capture.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/212947/Capture.png)
Thank you.
0 commentaires
Réponses (1)
Cris LaPierre
le 10 Avr 2019
8 commentaires
Jan
le 11 Avr 2019
I do not understand the meaning of the screenshot and do not know, what "in carsmall" means. You can create a char array by:
a = 'hello'
Voir également
Catégories
En savoir plus sur Data Export to MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!