Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dimikay1
  • Order by date
  1. dimikay1

    eval - data file that includes headers

    I have already solved the problem. You cannot use uimport to import so many data files. This is not the solution. The solution is much much more complex than this. If you use uimport you need to import manually 20,000 files. You need a year for that. But thank you for your time. However, if...
  2. dimikay1

    eval - data file that includes headers

    All, I try to create an array with some data files and the code I use is the next one: files=dir('F:\Strain Data\January\*.dat'); d={}; for i=1:length(files) eval(['d{' int2str(i) '}=load(files(' int2str(i) ').name);']); end The code seems to work. However, my data files have headers! In...
  3. dimikay1

    Import files in Matlab

    oh! Thank you very much! I was trying to use the first approach but I had some difficulties! The second approach looks great! I will try to implement it! Another thing is that I have problem to load files from a directory different from the "documents" folder of matlab. When I use this...
  4. dimikay1

    Import files in Matlab

    My question is pretty simple however I haven't figured out yet. So, I have a folder with 10,000 data files (*.dat) and I try to import them using a code because it is obvious I cannot import them one by one. In that case the names of the files are in the form "filename_number" The files'...

Part and Inventory Search