'123' to 123

조회 수: 7 (최근 30일)
dmfwlansejr
dmfwlansejr 2021년 7월 30일
답변: Stephen23 2021년 7월 30일
A='123';
i want convert to number 123
A=123

채택된 답변

Stephen23
Stephen23 2021년 7월 30일
A = '123'
A = '123'
A = str2double(A)
A = 123

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Types에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by