help-octave
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
Error while opening a .txt file
From
:
Ganesh Kini
Subject
:
Error while opening a .txt file
Date
:
Sun, 7 Jun 2020 11:36:48 +0200
Hi i was trying to run this code for the first time
fid = fopen ('data.txt');
data = "" (fid, '% f', 'HeaderLines', 5);
period_arr = data {1};
fclose (fid);
error
>> test
Error using textscan
Invalid file identifier.
Use fopen to generate a valid file identifier.
Error in test (line 2)
data = "" (fid, '% f', 'HeaderLines', 5);
Please help me
data.txt
Description:
Text document
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
Error while opening a .txt file
,
Ganesh Kini
<=
Re: Error while opening a .txt file
,
Markus Mützel
,
2020/06/07
Re: Error while opening a .txt file
,
Ganesh Kini
,
2020/06/07
Re: Error while opening a .txt file
,
N
,
2020/06/07
Re: Error while opening a .txt file
,
Markus Mützel
,
2020/06/07
Re: Error while opening a .txt file
,
N
,
2020/06/07
Re: Error while opening a .txt file
,
Andrew Janke
,
2020/06/07
Re: Error while opening a .txt file
,
Markus Mützel
,
2020/06/07
Re: Error while opening a .txt file
,
N
,
2020/06/07
Re: Error while opening a .txt file
,
Markus Mützel
,
2020/06/07
Re: Error while opening a .txt file
,
N
,
2020/06/07
Prev by Date:
Re: Octave Installer for Windows with Debug Option
Next by Date:
Re: Error while opening a .txt file
Previous by thread:
arrayfun on quaternion arrays
Next by thread:
Re: Error while opening a .txt file
Index(es):
Date
Thread