Community Profile

photo

dhamini pasam


Active since 2016

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to read a .dat file, containing binary data?
close all; clear all; clc; fx0 = fopen('sortedOFET.txt','r'); x0 = fscanf(fx0,'%f%f%f'); Ioff=fx0(:,1); Ion=fx0(:,2); g...

8 years ago | 0