autotextread Matlab script

SPONSORED LINKS

    Specification

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

autotextread script description:




Publisher review:
autotextread reads data file; auto-detects column names and formats from hdr. A wrapper around textread() that generates the format string for you automatically (each column is numeric or string); puts data into a struct with fields named for the column names given by the header line of the file. Has worked with 36-column data file. Based heavily on Solution number 26207, but that requires you know how many columns, and their formats, and does not scale well to more than about 10 columns. For a similar utility for spreadsheets rather than text files, see Michael Robbins' spreadsheet2structure , File ID # 8127Syntax example:[a,colnames]=autotextread('autotextread_samp.txt')where the file contains the following:daynum stuff Adjective1 .25 slimy2 .23 speedy3 1.00 superYou get:a = daynum: [3x1 double]stuff: [3x1 double]Adjective: {3x1 cell}colnames = 'daynum' 'stuff' 'Adjective' Requirements: ยท MATLAB Release: R12.1
autotextread is a Matlab script for Scientific/Engineering scripts design by Andrew Ross. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
autotextread reads data file; auto-detects column names and formats from hdr.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

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