status == 'A' status is cell array has A is value error Undefined operator '==' for input arguments of type 'cell'. how to fix this promblem

 Akzeptierte Antwort

Andrei Bobrov
Andrei Bobrov am 13 Jun. 2017

0 Stimmen

cellfun(@(x)x == 'A',status)

Weitere Antworten (0)

Kategorien

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by