How to get numbers from char array?
Show older comments
I have an array of characters that are produced from a fitSVMposterior
'@(S)sigmoid(S,-1.588276e+00,-2.598747e-01)'
I need to access the numbers in this array but don't know how.
Might anyone know how to do so?
Thanks
Accepted Answer
More Answers (1)
Shae Morgan
on 10 Aug 2020
Edited: Shae Morgan
on 10 Aug 2020
str2double(char_array)
Categories
Find more on Characters and Strings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!