how to create a char
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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');
Thank you.
0 comentarios
Respuestas (1)
Cris LaPierre
el 10 de Abr. de 2019
8 comentarios
Jan
el 11 de Abr. de 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'
Ver también
Categorías
Más información sobre Data Export to MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!