Changing corresponding column based on condition, for a table.

2 vues (au cours des 30 derniers jours)
Claire Hollow
Claire Hollow le 1 Juin 2020
Commenté : Claire Hollow le 1 Juin 2020
Hello. Ok this should be rather simple but absolutely nothing I try has worked and I've reached a dead end. I have a table that is 23000x14. I am trying to go through all of column 10 in my table and if it is ever equal to 'female', I want column 9 of the same row to change to 'false'. I've tried several things and always end up with weird categorical array errors. Please help I am desperate lol. Thank you in advance!

Réponse acceptée

madhan ravi
madhan ravi le 1 Juin 2020
Modifié(e) : madhan ravi le 1 Juin 2020
T{ismember(T{:,10},'female'),9} = {'false'} % T your table

Plus de réponses (0)

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by