import from .dat file abaqus
    8 views (last 30 days)
  
       Show older comments
    
hi all,
I try to import certain lines from my .dat file, generated from abaqus. However something strange happens. When I try to import the certain lines with use of Import Data button, select my lines and import it as a table and write it as a function  'importfile'. Then It's not importing the lines I want, but an arbitrary selection, even though the corresponding rows match. However if I copy and paste data from my abaqus generated .dat file, to an empty .dat file, open that one in matlab and select the lines I want to import, then it dóes import the correct lines.
Anyone a clue what is happening here? I tried almost all features in the Import Data toolbox, such as writing it as a different file (table, cell, etc.) but nothing works so far. The file is pretty large, can there be a problem? 
I uploaded the file, I need the following data points, for every increment I need the values on the column below the PU2 and the frequency. Is someone keen to help me out? :)
       NODE FOOT-  U1             U2             PU1            PU2          
            NOTE
      3739      9.4520527E-02 -1.9431870E+00  9.5103755E-02  1.9543827E+00 
      3739 SSD  1.0516381E-02 -2.0889238E-01  6.3486346E+00 -1.7386427E+02 
                              INCREMENT NUMBER    31
                              FREQUENCY =   78.976194    
5 Comments
  Mario Malic
      
 on 21 Oct 2020
				Great to hear it works, KSSV's solution might be more appropriate when you would like to generalise the information extraction, without writing down the wanted rows like in that example.
Answers (0)
See Also
Categories
				Find more on Large Files and Big Data in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

