Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR MATLAB

matlab string to int

# You can convert a string to a number using the following two functions
str2num('123')
str2double('123')
Source by www.mathworks.com #
 
PREVIOUS NEXT
Tagged: #matlab #string #int
ADD COMMENT
Topic
Name
6+8 =