Data extraction from table
Hello everyone,
Let’s say I have the following table in an excel sheet I read in matlab:
I just want to extract all rows with the same data,text,val to another table, so here in this case I should have table1 with the first 3 rows, table2 with row4 and 5 and table3 with the last row.
The issue may be trivial but I can’t seem to see how to do it, it has been a long time since I used matlab, I tried with find or groupcounts and other functions but it I’m stuck.
Any help is appreciated!Hello everyone,
Let’s say I have the following table in an excel sheet I read in matlab:
I just want to extract all rows with the same data,text,val to another table, so here in this case I should have table1 with the first 3 rows, table2 with row4 and 5 and table3 with the last row.
The issue may be trivial but I can’t seem to see how to do it, it has been a long time since I used matlab, I tried with find or groupcounts and other functions but it I’m stuck.
Any help is appreciated! Hello everyone,
Let’s say I have the following table in an excel sheet I read in matlab:
I just want to extract all rows with the same data,text,val to another table, so here in this case I should have table1 with the first 3 rows, table2 with row4 and 5 and table3 with the last row.
The issue may be trivial but I can’t seem to see how to do it, it has been a long time since I used matlab, I tried with find or groupcounts and other functions but it I’m stuck.
Any help is appreciated! data extraction, table, excel MATLAB Answers — New Questions