how to create a char

1 view (last 30 days)
Matlaber
Matlaber on 10 Apr 2019
Commented: Matlaber on 11 Apr 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.

Answers (1)

Cris LaPierre
Cris LaPierre on 10 Apr 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 Comments
Jan
Jan on 11 Apr 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 on 11 Apr 2019
Thanks.
It works
a = 'hello'
Let say I want to do a multiple char
like this below:
Test1
Test2
Test3
Test4
Test5

Sign in to comment.

Categories

Find more on Data Export to MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!