How to get numbers from char array?
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
Shae Morgan
il 10 Ago 2020
Modificato: Shae Morgan
il 10 Ago 2020
str2double(char_array)
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!