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!