i have the code below :
if encoded(i)==code1(2,j)
that is a simple line and basically i want to save a specific element from a cell array named code1 into another array named encoded. The problem here is that matlab shows the below message:
Undefined operator == for input arguments of type cell.
Is there any solution to this problem? How can i save an element from a cell array into a normal array in MATLAB?
code1{2,j}