Community Profile

photo

R. Scott


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • First Answer

View badges

Feeds

View by

Answered
Is there a more efficient way to read a .txt data file into MATLAB?
If you have the stats toolbox then look at using a 'dataset' you could even import your .txt file directly into a dataset.

13 years ago | 2

Answered
Is there a more efficient way to read a .txt data file into MATLAB?
Have you looked at the fun 'textscan' fid = fopen('fileToRead') data = textscan(fid, ' delimiters here %s%d...', 'delimite...

13 years ago | 1

Question


Connect issue to SQL Server using x64bit Matlab
All, I am trying to connect to a SQL Server using x64 bit Matlab. What frustrates me is that both versions see the dBase but ...

13 years ago | 2 answers | 0

2

answers