Feeds
답변 있음
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...
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...
거의 10년 전 | 0
