Community Profile

photo

REJI


Last seen: 4 years ago Active since 2013

Statistics

Content Feed

View by

Answered
how to read date and time in a binary header file
close all; clear all; close all; clc fi=fopen ('C:\mar6\file\a.txt','r'); n=1;l2=60; for j=1:60 g=fscanf(fi,'%s',1) l...

10 years ago | 0

Question


how to read date and time in a binary header file
i want to read the header info of a binary file which contains the time and date.i used the following code. but i'm not getting....

10 years ago | 1 answer | 0

1

answer