Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

which is faster in matlab?

조회 수: 4 (최근 30일)
sandy
sandy 2013년 11월 7일
마감: MATLAB Answer Bot 2021년 8월 20일
i need to import my bulk data into matlab ,which file formats do matlab imports faster ?? loading from text file format or from ms excel file or any other format...? ..from the good suggestion from experts here,i will save ,my files in that format to get imported to matlab faster..suggestion please.

답변 (1개)

ES
ES 2013년 11월 7일
편집: ES 2013년 11월 7일
According to me, Excel is better as it gives more control over range of data you will need to read, It also has ample scope to format data if you need.
But this is a very general opinion. You will have to decide based on what type of data you will read (numeric or string or large blobs etc),
what you will need to do with data. Will you write something in the file again etc.
  댓글 수: 2
sandy
sandy 2013년 11월 7일
thanks...my data contains both string at first row alone(header) and numeric. i have to do some calculation(+,-,\,*) with them and write again to a new excel file
ES
ES 2013년 11월 7일
I would go with Excel in this case. xlswrite, xlsread, Activex(For formatting and macros if you need) will be all you need. All the best!

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by