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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 4 | 0