Prev: Transparency with -nodisplay option
Next: All sample times for this block must be discrete. No continuous or constant sample times are allowed.
From: Evgenia on 6 Aug 2010 08:21 I'm trying to import delimited data files (*.ddf) into MATLAB and I'm having some issues. The data has 7 header rows and then a few thousand rows of data. When working through the import wizard, it imports data in blocks each containing 4096 points. However the first block is empty for all channels, imported data shifted by 4096 points in relation to the original file while the total number of data points kept the same and so the last 4096 points from the original data are lost. Any thoughts?
From: Joseph on 6 Aug 2010 09:12
Try using the function - textscan "Evgenia " <evgenia.golysheva(a)romaxtech.com> wrote in message <i3gung$571$1(a)fred.mathworks.com>... > I'm trying to import delimited data files (*.ddf) into MATLAB and I'm having some issues. The data has 7 header rows and then a few thousand rows of data. When working through the import wizard, it imports data in blocks each containing 4096 points. However the first block is empty for all channels, imported data shifted by 4096 points in relation to the original file while the total number of data points kept the same and so the last 4096 points from the original data are lost. Any thoughts? |