Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Mystifing Textscan Problem with a textfile

1 visualización (últimos 30 días)
Damo Nair
Damo Nair el 14 de Ag. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi I have a text file with 2 lines ...
'anyone feel motivated the fri afternoon prior to a holiday? wanted to get lots
done... but i want jammies and judge judy... \"SIR!\" <3 her ',ppp
'seriously, do you have to rub it in maggie!!!! ',ppp
When I try to read it, tt gives me the 2nd line only & not the 1st line like this ... ''seriously, do you have to rub it in maggie!!!! ',ppp'
& my code so far is
fmt = repmat('%s', 1, 1);
fid = fopen('tp.txt', 'rt');
y = textscan(fid, fmt, 'Delimiter', '\t');
fclose(fid);
Also is it possible to separate out the ppp part into another column?
Thanks very much Damo

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by