How to search a table inside a cell
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have been given a workspace that has a cell variable that is 1x10 inside each cell is a table that is 100x16. Each column in each table has the same var names (time, rpm, temp, p1, p2, etc...).
I want to search the table in data(1,1) to find the first time what the temp is 300, but cannot figure out how.
3 Commenti
Adam Danz
il 8 Apr 2021
Access the cell using curly brackets.
Access a column variable in a table using dot-notation.
C{i}.var
Risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!