How to use logical operator '&' between two or more categorical arrays of a table to get particular rows?

2 Ansichten (letzte 30 Tage)
I have a table with some categorical columns,i want to use '&' operator between them to select particular rows of the table,how can i do this?
  6 Kommentare
Azzi Abdelmalek
Azzi Abdelmalek am 29 Mär. 2016
A simple way to explain your problem, is to post a small example(5x4 array for example) , with the expected result
kiarash Dousti
kiarash Dousti am 29 Mär. 2016
I found the way.That is something like this:
rows = t1.Var7 == 'Sales' & t1.Var15 == '>50K';
it returns a logical array with the size of table rows! 1 shows the above condition is satisfied and 0 not!! it is solved.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Categorical Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by