how to create a char

2 Ansichten (letzte 30 Tage)
Matlaber
Matlaber am 10 Apr. 2019
Kommentiert: Matlaber am 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.

Antworten (1)

Cris LaPierre
Cris LaPierre am 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 Kommentare
Jan
Jan am 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 am 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

Melden Sie sich an, um zu kommentieren.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by