Loader of a .txt file to a MATLAB matrix

Version 1.1.0.0 (10 KB) by Luka
Loads a content of a .txt file and stores it in a MATLAB matrix
550 Downloads
Updated 3 Jun 2011

View License

I have found the functionality of being able to read data from a .txt file and storing them in a MATLAB matrix as quite useful and needed.

Example application: imagine you having some data stored in a .txt file (from some measurements) and you want additionally to process them, visualize or just save. This code does that.

This code is very similar to what load does. But, in this case one is able to add a bit customized functionality to my code to suit their specific needs.

Note: It assumes existence of only numeric data in a .txt file.

Example use:
MATRIX = txt2mat('data000.txt')

Cite As

Luka (2024). Loader of a .txt file to a MATLAB matrix (https://www.mathworks.com/matlabcentral/fileexchange/31637-loader-of-a-txt-file-to-a-matlab-matrix), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Data Import and Analysis in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Updated description of the file

1.0.0.0