Feeds
질문
how can i compare the input value with Excel data and interpolate in it?
hi, i'm a beginner. i want to enter a value for pressure then if it matches with pressure related column in Excel file, find co...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
is it possible to read special column of a text file?
hello,I'm a beginner in MATLAB. i have a text file and want to read and save special column of it. i will put some part of that ...
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
how can i edit this data file using MATLAB?
Hello This is my data file. Its name is “FAR.DATA”(here it is saved in txt file). I want MATLAB to read its content and find s...
거의 8년 전 | 답변 수: 1 | 0
1
답변답변 있음
how can i edit this data file using MATLAB?
clc; fid = fopen('FAR.DATA','r'); model.datafile = textscan(fid, '%s','Delimiter',''); fclose(fid); model....
how can i edit this data file using MATLAB?
clc; fid = fopen('FAR.DATA','r'); model.datafile = textscan(fid, '%s','Delimiter',''); fclose(fid); model....
거의 8년 전 | 0

