How to get numbers from char array?
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (1)
Shae Morgan
le 10 Août 2020
Modifié(e) : Shae Morgan
le 10 Août 2020
str2double(char_array)
Catégories
En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!