From: Chris on
I transformed my values into true and false like this:
yr = (yr == 'char') %tests yr to see if values are 'char' class

returned

0 0 0 0 0 0 0

I deleted the first few using:

yr(1) = []
yr(1) = []

but now I want to return my remaining values to double... How?