Feeds
提问
Link external program (HEC HMS) and optimize the parameters using Matlab
I want to automate my calibration and validation process in my hydrological model (HEC HMS). I want to do optimization code in m...
11 months 前 | 1 个回答 | 1
1
个回答提问
How to compile two different array type into one variable
rootdir = 'C:\Users\acer\Desktop\abc'; filelist = dir(fullfile(rootdir,'**\*.xlsx')); X = []; Y = []; for ii = 1:length(fil...
1 year 前 | 1 个回答 | 0
1
个回答提问
Merge multiple cells into one cell array
I have a three different cell arrays for my DMS (degree, minute, second). I want to combine it into one cell into the DMS format...
1 year 前 | 1 个回答 | 0