How to get numbers from char array?
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Shae Morgan
el 10 de Ag. de 2020
Editada: Shae Morgan
el 10 de Ag. de 2020
str2double(char_array)
Categorías
Más información sobre Characters and Strings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!