Feeds
提问
How to apply to each sub-set of a vector a different formula?
Suppose I have a vector of order 10000*1. I have to apply different formula for each subset of (100*1). how to do it?
12 years 前 | 2 个回答 | 0
2
个回答提问
how to call a column of excel containing dates to a matlab using xlsread command?
I am calling data from excel sheet to matlab. this sheet contain some numerical column and one string column (dates) when i call...
12 years 前 | 1 个回答 | 0
1
个回答提问
how to find the fractional differencing parameter d in ARFIMA model
kindly tell me if anybody know the fitting of an ARFIMA model to a data set.
12 years 前 | 0 个回答 | 0
0
个回答提问
how to apply a formula for a range of values of a column vector in matlab and then repeat to the next range and so on?
for example we have a vector of length (100*1). we have to apply a formula to first group of 10 values and then apply next 10 va...
12 years 前 | 1 个回答 | 0
1
个回答提问
please identify my mistake
l1=1; for j=1:108 for t=2:108 if j<t d2(l1,:)=c4*0; else if j>=t ...
12 years 前 | 0 个回答 | 0
0
个回答提问
please identify my mistake
l1=1; for j=1:108 for t=2:108 if j<t d2(l1,:)=c4*0; else if j>=t d2(l1,:...
12 years 前 | 2 个回答 | 0