Community Profile

photo

lucksBi


2017년부터 활동

통계

  • Thankful Level 4

배지 보기

Content Feed

보기 기준

질문


Converting complex cells into simple cell arrays
HI i have a question that how can i convert complex cell arrays into simple ones? array = {[1x2 cell' char(10) ' ' ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Adding values of each element of cell array
Hi i have following cell array x which contains elements like this: x{1,1}={0.8,1.4} x{1,2}= {2.6,2,3.4} x{1,3}= {...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Comparing elements within a cell array
Hi everyone, I have two cell arrays x and y. I want compare values of x based on y. Like x{1,1} in y contains [2,4]. So it will...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to find similar users to a target user?
Hi all. I have an example array (which contains 8 users). I have calculated similarity value for all the users who do not hav...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Removal of values from cell arrays
HI I have following arrays: before={[2,3,4,5,6];[3,4,5,6,7,8];[5,6,7,8]} after={[5,6];[4,8];5} I got 'afte...

대략 6년 전 | 답변 수: 2 | 0

2

답변

질문


comparing elements of a cell array based on another cell array
hi array1 = {[2,5];[1,3,4]} array2= {[1,4],[1,5],5,4,[3,5,2]} I need to perform a comparison. 1st element of ...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


Multiply two cell arrays
Hi i have following two cell arrays mul1 and mul2. I want to multiply each cell of mul1 with corresponding cell of mul2. I am...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to compare rows of an array with other rows?
Hey.. How to compare rows of an array with rows defined in x? array={[1,2,3,4,6,13,18,9];[13];[12,1,2,5];[3,4];[1,5,6...

대략 6년 전 | 답변 수: 2 | 0

2

답변

질문


Multiplication of cell arrays
hey i have following four cell arrays(2x7 cell). i want to multiply all four. Like cell1 of a with cell 1 of b,c,d and same ...

대략 6년 전 | 답변 수: 2 | 0

2

답변

질문


How to place values in given column indexes?
Hi all I have two cell arrays: array1 = {[1,4,7,8];[1,2,3,5,6,7,9]} array2 = {[3;5;6;8],[4;6],[3;5;6;8],5,[],[],...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to compare elements of rows within cell array?
Hey All ... I have an array 'array1'. I want to compare each elements of array1 with other elements. array1= {[1,2,3,8]...

대략 6년 전 | 답변 수: 2 | 0

2

답변

질문


How to sum values of two cell arrays based on another array?.
Hey all How to sum values of Add1 with all elements of Add2 based on ConditionArray. Add1 = {1,1,1,0.6,0.6,0.3; 1.6,1,...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


how to get common elements of matrix based on another matrix?
hey all how to get common elements of array1 based on 'rows' array? array1 = {[1,5,7,2];[1,4,6,2];[1,4,5]} rows...

대략 6년 전 | 답변 수: 2 | 0

2

답변

질문


How to find all rows other than a particular row?
Hey all how can i find all rows other than a particular row in a matrix? matrix = [1,1,1,0,0;0,1,1,1,0;0,0,1,0,1] ...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


how to sum rows within cell arrays?
Hi all how to sum rows within cell arrays? array1 = {[4,3.3,2.5,0.71];[3.4,2,1,0.3]} Result may look like this: ...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to keep values whose corresponding index is present?
Hi all array1 = {1,1,1,0.92,0.61,0.47,0,0;1.6,1,1,1,0.6,0.5,0.4,0.8}; array2 = {[3,4,5,6];[4,5,7,8]}; I nee...

대략 6년 전 | 답변 수: 2 | 0

2

답변

질문


Remove values from cell array
Hi all array1 = {[1,2,3,6,7,8];[1,2,6]} array2 = {[3,6,7,8];[1,2,6]} Remove = {[0.94,1,0.5,0.90,1,0.87];[1,0...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


Remove elements from cell array
Hi all array1 = {[3,4,5,6];[4,5,7,8];[1,2,6,8]} toRemove= {{3};{[]};{1,2}} How can I remove corresponding values...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


Remove values from cell array based on condition
Hey I have two cell arrays like this: A= {[2,3,4,5,6]; [1,3,4,5,6,7,8] } B= {NaN, 1,1,-0.9,0.8,[],[]; NaN, NaN, 0...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Compare arrays to find common non zero indexes
Hey I have one 2d and one cell array like this: A=[14, 1, 0,15; 1, 2, 4, 0; 3, 0, 0, 0; 14, 5, 0, 0; ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Compare values in cell array with a threshold value.
hey i have 2 cell arrays like this: A= {[NaN,1.8,3,NaN,4];[2.6,NaN,NaN,2.9,4];[NaN,3,2,2,NaN]} B={[5x5 cell];[6x5 ...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


Multiplication in cell arrays
hey i have 2 cell arrays like this: mul={[1,1,0.6,0.6,0.3];[1,1,0.6,0.6,0.3,0.3]} A={[5x3 cell];[6x4 cell]} in...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


Remove non-empty and zeroed cells from cell array.
hey i have cell array like this: myArray= {[],1,1,0.1,0.1;[],[],1,1,0.2;[],[],[],[],1;0.3,[],[],[],0.6;0.4,[],[],0....

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


Multiply each column by a elements of cell array
hey i have a matrix like this: matrix= 0 2 4 3 0 0 0 1 0 3 0 1 0 0 0 and cell array: mul={1,1,0.6,0.6,0.3...

거의 7년 전 | 답변 수: 3 | 0

3

답변

질문


Find out indexes of zeroed elements in matrix
hey how can i find out indexes of zeroed elements of all rows in a matrix.e.g. matrix= [1,0,0,2,0,0;1,2,6,5,0,3;...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


convert cell array of different size to 3d array
hi i hv cell array of a large size and every cell contains different no. of elements. how to convert this into a 3d array. e....

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


compare elements of cell array
hey how can i compare elements of a cell array like this .e.g. array={[1,1,1,2];[1,3,9,2];[2,5,9];[1,4,7];[3,9];[1,2,...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


Find out non-zero indexes of rows in matrix
hey how can i find out indexes of non-zero elements of all rows in a matrix.e.g. matrix= [1,0,0,2,0,0;1,2,6,5,0,3;1,0,...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


Plot graph with large dataset
Hi i want to know what does this type of graph mean? I got this while Using same code which works fine on small data but with la...

거의 7년 전 | 답변 수: 1 | 1

1

답변

질문


Plot directed graph from 2D matrix
Hi i want to know that how to plot a directed tree from a given 2d matrix. for example i have data in this from: <</matlabcen...

거의 7년 전 | 답변 수: 1 | 0

1

답변

더 보기