Editing or manipulating contents of arrays

1 view (last 30 days)
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

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 5 Aug 2012
Edited: Azzi Abdelmalek on 5 Aug 2012
cell2mat(A) % A is your array

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!