help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reading unknown file format


From: Andreas Weber
Subject: Re: Reading unknown file format
Date: Fri, 5 Apr 2019 17:00:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Am 05.04.19 um 09:57 schrieb Chec:
I am new to octave. I have tried to read a file of unknown file format
(windows).
I would like to read it into octave and save it as text/ascii file so that I
can read and explore text in it. Lets say, that's what you normally do in a
export to text function.

It would be great if there is already kind of generic reader for unknown
file formats?

fopen, fread, fclose

but normally this is the task of some hexviewer, I'sure there exist some for windoze.

https://en.wikipedia.org/wiki/Comparison_of_hex_editors

-- Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]