How to get numbers from char array?
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Shae Morgan
am 10 Aug. 2020
Bearbeitet: Shae Morgan
am 10 Aug. 2020
str2double(char_array)
Kategorien
Mehr zu Characters and Strings finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!