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.

답변 (1개)

Cris LaPierre
Cris LaPierre 2019년 4월 10일

0 개 추천

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

Cris LaPierre
Cris LaPierre 2019년 4월 10일
If you have not yet done so, I strongly recommend you go through MATLAB Onramp. It's a ~2 hour intro to the basics of using MATLAB.
Matlaber
Matlaber 2019년 4월 10일
Thanks for your reply.
What I need is I want to create a file similar to the "carsmall" file which is using my own dataset.
Cris LaPierre
Cris LaPierre 2019년 4월 10일
편집: Cris LaPierre 2019년 4월 10일
Create your data in MATLAB, then use the save command to create a mat file of your own containing your data.
Matlaber
Matlaber 2019년 4월 11일
Thanks.
May I know how I can create a data in MATLAB?
In the past, I created my data in csv file and then call csv file in my MATLAB.
Cris LaPierre
Cris LaPierre 2019년 4월 11일
Depends on what your data is. If you need help with this, my recommendation would be to go through at least a couple of the initial chapters in MATLAB Onramp to learn about creating variables and importing data.
Creating it in a csv file and loading it also works. It's just you mentioned wanting to create a file like carsmall, which means you have to first create the variables in MATLAB then save.
Matlaber
Matlaber 2019년 4월 11일
Thanks.
I only want to create a file in carsmall as shown in the figure below:
Capture.png
Jan
Jan 2019년 4월 11일
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 2019년 4월 11일
Thanks.
It works
a = 'hello'
Let say I want to do a multiple char
like this below:
Test1
Test2
Test3
Test4
Test5

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

태그

질문:

2019년 4월 10일

댓글:

2019년 4월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by