Hi everybody.

I want to convert an string that imports from GUI MATLAB to an array.

Example :

user imports : '[ 1.2 , 32 , 13 ]'

and I want to convert it to : [1.2 32 13]

( str2double doesn't work here ! )

I upload some photos to better understand the issue.

More Arash Marashian's questions See All
Similar questions and discussions