MATLAB: Math operations with Imported Data from Text

data import

I have imported a text file. When I multiply the cells such as, filename(4,7)*filename(6,5); I get an error. I extracted data as cells since it includes both strings and the numbers. How can I handle this problem?

Best Answer

filename{4,7}*filename{6,5}