Feeds
提问
Simple question about merging two txt file?
Hi all, I have two text files, each of them has two columns, I want to prepare another txt file which should contain two colu...
9 years 前 | 1 个回答 | 0
1
个回答提问
Code for extracting the special values
Hi all, I have txt file which contains two columns: the first column is time [hourly resolution], and the second column is th...
9 years 前 | 1 个回答 | 0
1
个回答提问
problem in giving variable name to table for export
Hi all, I have a cell array matrix which is: result1 = 'piezometer/depth[cm]' [ 5] [ 10] [ 30] [ ...
9 years 前 | 1 个回答 | 0
1
个回答提问
defining value in two cells?
Hi, I have an excel file which contains 4 columns. First column is time based on seconds and the other three are my function....
9 years 前 | 1 个回答 | 0
1
个回答提问
How to import Date and time in two different cells?
Hi, I want to import the excel file that I attached here in Matlab, which the first column is time, and the second column is h...
9 years 前 | 1 个回答 | 0
1
个回答提问
Taking a lot of time to solve an expression
Hi, I want to get the value for y from this expression: 3.591*(y)*(1-y)^0.77=0.125. I wrote it in mutable like: solve('3.5...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to find a special numbers among time series data
Hi, I have hourly data in seconds in one column and in the other worksheet I have specific time values with an amount, I wa...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to write a loop
Hi, I have an excel file, I want to calculate the "average" of (A1,A2) and put in cell 1, (A3,A4) and put it in cell 2, (A5,...
9 years 前 | 2 个回答 | 0
2
个回答提问
surf plot- Z must be a matrix, not a scalar or vector.
Hi all, I have an excel file with three columns as x,y and z. I want to do "surf" plot I write the mesh grid command , but a...
10 years 前 | 2 个回答 | 1