Feeds
提问
extract data from one Matrix into three matices
I have created meshgrid [x,y] on which i have to contourf z. But the problem is that i have 3 different types of data in z; ...
12 years 前 | 0 个回答 | 0
0
个回答已回答
how to find correlation between two columns, selecting rows on the basis of third column
%For example this the data i have A B C 1 23 4 2 43 7 1 64 8 43 6 2 65 1...
how to find correlation between two columns, selecting rows on the basis of third column
%For example this the data i have A B C 1 23 4 2 43 7 1 64 8 43 6 2 65 1...
12 years 前 | 0
提问
how to find correlation between two columns, selecting rows on the basis of third column
Hi I have three column data say A, B and C and the number of rows be 1000. Column A is either empty or it has values from 1 t...
12 years 前 | 2 个回答 | 0
2
个回答已回答
Using for loop
Hi GA I have tried the Class(i)= vlookup(MOD(1:end , 14:15),MOD(i,1),2,1); however it gives error Error in ==> Clust...
Using for loop
Hi GA I have tried the Class(i)= vlookup(MOD(1:end , 14:15),MOD(i,1),2,1); however it gives error Error in ==> Clust...
12 years 前 | 0
提问
Using for loop
Hi I have written a simple code which goes like this; for i=1:length(b) Class= vlookup(MOD(1:end , 14:...
12 years 前 | 3 个回答 | 0
3
个回答提问
Strcat giving error
Hi all I have just written a code which works fine for its purpose but gives error while printing answer(Error in ==> inters...
12 years 前 | 2 个回答 | 0
2
个回答提问
Extracting a block from a big array
Hi I have a data set say 30000 x 12. With in this data set, I have a number of sub blocks of data of my interest. Each s...
12 years 前 | 1 个回答 | 0
1
个回答提问
Finding intersection point of the lines
Hi I have data sets for two lines. i.e. x1,y1 and x2,y2. So i can plot the lines using these point data sets. I would like to k...
12 years 前 | 5 个回答 | 2
5
个回答提问
extracting bit packed data
Hi I have an matrix with dimensions 5 x 200 x 100, I want to extract the data encoded in the 2nd and 3rd bit of the first by...
13 years 前 | 4 个回答 | 0