Undefined function 'txt2mat' for input arguments of type 'cell'
Afficher commentaires plus anciens
Dear friends: I wrote a line of code to read the data from a txt file. My txt file is a combination of the numbers and text. But I received an error of (Undefined function 'txt2mat' for input arguments of type 'cell'). I also attached the txt file. Any help is really appreciated.
clc
clear all
close all
data = txt2mat('cont-0001.txt',0,2,'BadLineString',{')'},'ReadMode','block');
2 commentaires
Image Analyst
le 13 Août 2016
You forgot to attach the text file.
masoud meskin
le 14 Août 2016
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
