In my matlab workspace a table class contains cells with entries within them like this
'206' '2000' '.12750' 'N/A' '36' '116' '2006-03-16 00:00:00' '0'
'180' '10000' '.10500' 'N/A' '36' '116' '2006-03-13 00:00:00' '0'
Each entry is a character, for example for '206', the entry is " '206' " and 206 is not a number but a character. How can I go through every single cell, take out quotes from the cell and convert the entries which are numbers into actual numbers?