MATLAB: Editing or manipulating contents of arrays

arraysMATLABmatrix array

Hi
I am working with an array of about 250,000 number all encase in "" and i want to to remove the "" from all of them. Is there any way i can remove them.
Thanks in advance

Best Answer

cell2mat(A) % A is your array