Question


how to convert a column of cells into string?
when i try my code ( search for a word in a cells of column), i use : % search for "battery" in column 52th B=~cellfun('...

9 years ago | 1 answer | 0

1

answer

Question


how to use "strfind" to search for a word?
how to use "strfind" to search for a word and if found return 1 if not return 0

9 years ago | 2 answers | 0

2

answers

Question


divide a large text file into two text files
i have a large text file more than 600 mB. i couldn't open it. is there is any way to open it? or split\divide it into smaller t...

9 years ago | 1 answer | 0

1

answer

Question


find a word in sentence by "strfind"
i want to search in a cell by a word using "strfind" and if it exist return 1 if not return 0 this is the rows i search in:...

9 years ago | 1 answer | 0

1

answer

Question


how to delete the duplicated rows (in a specific way)?
i have this table (size:8*6 & cells): <</matlabcentral/answers/uploaded_files/31033/text.png>> and i want to delete duplic...

9 years ago | 1 answer | 0

1

answer

Question


delete duplicated rows, (with saving some data)
i have this table (size:8*2): ( 1st column has numbers some of them is duplicated) 434846 x 434846 y 434850 f 43...

9 years ago | 1 answer | 0

1

answer

Question


what is the error here?
data1 = [data1,(text(k,6))]; Error using horzcat CAT arguments dimensions are not consistent. Error in data1...

9 years ago | 1 answer | 0

1

answer

Question


what is your idea to solve this?
i have this two tables : <</matlabcentral/answers/uploaded_files/30984/data2222.png>> and i want to extract from them th...

9 years ago | 1 answer | 0

1

answer

Question


copy matched data with multiply\duplicate
i have this two tables querymdr & idx2 : <</matlabcentral/answers/uploaded_files/30964/data2222.png>> i want to compare ...

9 years ago | 1 answer | 0

1

answer

Question


find matched data (place of equal values) ?
how i can find matched cells in two columns with accept multi matches for any cell. the data is: <</matlabcentral/answe...

9 years ago | 2 answers | 0

2

answers

Question


WHAT IS THE WRONG HERE?
I AM TRYING TO FIND ALL CELLS IN A WICH EQUAL B THE CODE : for j=1:length(defs) % loop over Mdr of defib q...

9 years ago | 1 answer | 0

1

answer

Question


if the cell duplicated put last column in the previous row
i run this code but it gives an error: j=1; rowsize=length(defs); data1=cell([rowsize,C2]); % create...

9 years ago | 1 answer | 0

1

answer

Question


find a row with a column value don't remove duplicated cells
i compare data in two sheets, if there are a dublicated row i want to save its last cell column in the previous row i use for ...

9 years ago | 1 answer | 0

1

answer

Question


find rows with specific value
i have two excel sheets(a,b), and want to compare a(:,1) with b(:,1) and if equal show a&b a & b sheets are: <</matl...

9 years ago | 1 answer | 0

1

answer

Question


save all ans of for loop
i split a text in cells into words cell1 "text" cell2 "text" cellE "text" but it gives me the last ans only how i can save...

9 years ago | 1 answer | 0

1

answer

Question


find a word in a sentence in a cell
i want to search for all the rows (:,6)that contain a specific word i try : <</matlabcentral/answers/uploaded_files/30...

9 years ago | 1 answer | 0

1

answer

Question


How to search in a text cell by a word ?
i have a large data (text and numbers), i want to *search for a word* in a specific cell (contaning text) of a coloumn in all ro...

9 years ago | 1 answer | 0

1

answer