Robust Data File Reading utility Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: rdfread.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Michael Boldin (View more)

Robust Data File Reading utility script description:



Robust Data File Reading utility is a Matlab script for Scientific/Engineering scripts design by Michael Boldin. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
Robust Data File Reading utility imports data from a comma- or tab-delimitted file.

Publisher review:
Robust Data File Reading utility imports data from a comma- or tab-delimitted file. RDFREAD handles comma-delimitted and tab-delimitted files and expects, but does not require the variable (column) names to be in the first line. Data may have missing values and character values mixed in the numeric data columns. All non-numerics in data lines are changed to NaN. This function does not properly read character variable columns, but instead turns such data into an entire column of missing values.If the firstline has no numerics, it is assumed to be a header line with variable names. In this case a structure class is created with the fields name.varnames & name.data. If there is no headerline, a simple data matrix is created.If there is no output argument (nargout=0), the results are put into base memory using filename as name.examples RDFREAD -- no input args, uses GUI file selection (uigetfiles)RDFREAD(1) -- command line versionRDFREAD('file_name','C:data_path') -- works (path is optional)xdat= RDFREAD('file_name') -- results placed in xdat Below is an example of a messy data file that this utilty fucntion can read.SECID,DATE,PRC,X110001,19970131,8.625,110002,1997215,13,10003,,-15,41099a,o.0,.T,NaNxd,,.,1.111999,2,3,6In this case, the RDFREAD 'data' results are 10001 19970131 8.625 110002 1997215 13 NaN10003 NaN -15 4NaN NaN NaN NaNNaN NaN NaN 1.111999 2 3 6and filename.varnames= 'SECID' 'DATE' 'PRC' 'X1'Note that this function is considerably slower than i/o routines such as LOAD and DLMREAD because it reads and parses one line at a time, but it works in a much more robust manner as long as you do not need to read in 'character' columns. Requirements: ยท MATLAB Release: R14SP1
Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Related script downloads:

Latest script and internet news

Samsung launched the Premium Music Hub

Samsung launched the Premium Music Hub

Samsung finally gives consumers multiple audio streaming countries promised a while. Premium Music Hub allows users access to over 19 million songs, along with other useful functions.

Posted on: 30 May 2012 13:02 by A. Brown

This could be the first photos of iPhone 5

This could be the first photos of iPhone 5

IPhone\'s case came online in a few pictures that confirm rumors of a larger screen. This could be the first photos of the next iPhone, but nothing is really safe to Apple announcement.

Posted on: 30 May 2012 12:58 by A. Brown

IE 10 for Windows 8, comes with Adobe Flash support

IE 10 for Windows 8, comes with Adobe Flash support

After criticism received at Metro version of Internet Explorer 10 , initially offered no support for Adobe Flash technology, Microsoft has taken measures to correct this problem by working directly with Adobe to integrate the necessary components into the

Posted on: 25 May 2012 10:36 by A. Brown

Windows 8: boot to fast to furious

Windows 8: boot to fast to furious

Last year began to circulate on the Internet videos where Windows 8 systems boot in 7 seconds. Unfortunately, from this performance derives some problems.

Posted on: 25 May 2012 07:28 by A. Brown

SPREAD THE WORD

User Rating

Robust Data File Reading utility
Rating: 1.0 out of 5
Based on 1 ratings. 1 user reviews.

  • Currently 1.00 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5