how to create a char

1 visualización (últimos 30 días)
Matlaber
Matlaber el 10 de Abr. de 2019
Comentada: Matlaber el 11 de Abr. de 2019
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
Thank you.

Respuestas (1)

Cris LaPierre
Cris LaPierre el 10 de Abr. de 2019
You don't have to create a file. carsmall is a mat file. Loading it loads all the variables you need into your workspace.
I just saw your question about reading your Excel file back in. What is it you are trying to do with this example?
  8 comentarios
Jan
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'
Matlaber
Matlaber el 11 de Abr. de 2019
Thanks.
It works
a = 'hello'
Let say I want to do a multiple char
like this below:
Test1
Test2
Test3
Test4
Test5

Iniciar sesión para comentar.

Categorías

Más información sobre Data Export to MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by