Feeds
提问
performing multivariate non linear regression
Hi, I have some data in specific for 6 days. I need to perform regression on the data and use the model for prediction. My data...
11 years 前 | 1 个回答 | 0
1
个回答已回答
Assign cell elements from a cell array to another cell array
A{1}(1:10) = B works good.
Assign cell elements from a cell array to another cell array
A{1}(1:10) = B works good.
11 years 前 | 0
提问
Assign cell elements from a cell array to another cell array
Hi, I have a cell array of size {1x85}. I would like to replace few elements in the first cell array by elements from another c...
11 years 前 | 2 个回答 | 0
2
个回答提问
How to generate k unique random numbers from 1 to n in matlab 2009
Hi, I knew randperm(n,k) works but this is after 2011. Can some one tell me if there is any efficient way to do it in matlab 20...
11 years 前 | 3 个回答 | 0
3
个回答提问
avoid reading files in alphabetical order Matlab dir
Hi, I am trying to read all the text files in a folder to matlab. The naming of the files start from 1 to 30.ex: file1, file2, ...
11 years 前 | 1 个回答 | 0