MATLAB: How to set gui’s input to decimal

decimalguiinput

hi all, i have a simple queation.
in gui, when i use get from handles, the type of data is string. but, i need that data read as decimal, how i can do that??

Best Answer

str2double is what you want
doc str2double
Related Question