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...
8年弱 前 | 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 ...
8年弱 前 | 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

