photo

Alexis Black


2019년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

답변 있음
find matching character string across tables; take value from row with matching string in one table and add to new column in the other table
I solved it - I needed to use Table.Var2 instead of indexing the table: Table2(strcmp(Table1.Var3(1), Table2.Var3(:)==1,);

거의 5년 전 | 0

질문


find matching character string across tables; take value from row with matching string in one table and add to new column in the other table
I have two tables. I want to take the i-th entry from table 1, find the matching string in table 2, and then grab a value from a...

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

1

답변

질문


fill missing cell array - code works but output wrong
I have a table with several cell array vectors; one looks like this: VariableY [1] [1] [1] [] [] [2] [2] [] [] .......

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

1

답변