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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0

