I have a cell with different types of variables (double & strings), I want to round the numeric elements in the cell.
round
function can work only with arrays and not with cells, so I'm trying to use cell2mat
- but this function can't be used in case of different elements types in the cell.
Any idea how can I round the numeric elements in this cell? Of course I don't want to do loop over the cell elements.