Load Data in Scilab: 4000x2 Matrix Issue

  • Thread starter Thread starter ndnkyd
  • Start date Start date
  • Tags Tags
    Data
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 10K views
ndnkyd
Messages
6
Reaction score
0
I am trying to load a 4000x2 matix of coordinates into Scilab using loadmatfile("-ascii","filename") and Scilab gets hung up. Not sure if it is the file size or my coding. Anyone know a code that would be more effecient to load this type of data, either 4000x2 or 4000x3?
 
Physics news on Phys.org
The code I was looking for is:

A=read(filename,-1,3)