How to get numbers from char array?
古いコメントを表示
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
採用された回答
その他の回答 (1 件)
Shae Morgan
2020 年 8 月 10 日
編集済み: Shae Morgan
2020 年 8 月 10 日
str2double(char_array)
カテゴリ
ヘルプ センター および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!