Matlab String To Int

[Solved] Matlab String To Int | Matlab - Code Explorer | yomemimo.com
Question : matlab string to int

Answered by : gmd-baloch

# You can convert a string to a number using the following two functions
str2num('123')
str2double('123')

Source : https://www.mathworks.com/help/matlab/ref/str2num.html | Last Update : Fri, 25 Mar 22

Answers related to matlab string to int

Code Explorer Popular Question For Matlab