Filter löschen
Filter löschen

Fread a ubyte file

2 Ansichten (letzte 30 Tage)
Kris zenitis
Kris zenitis am 21 Feb. 2014
Kommentiert: Walter Roberson am 21 Feb. 2014
I am trying to fread a file with the following command:
f = fopen('t10k-images-idx3-ubyte','r');
[a,count] = fread(f,4,'int32');
However, I am receiving Invalid file identifier. Use fopen to generate a valid file identifier. What exactly this mean?
  1 Kommentar
Walter Roberson
Walter Roberson am 21 Feb. 2014
What does
dir('t10k-images-idx3-ubyte*')
show?
Have you checked to be sure you are in the correct directory?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Low-Level File I/O finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by