필터 지우기
필터 지우기

Extract formatted table text

조회 수: 4 (최근 30일)
Christian von Spreckelsen
Christian von Spreckelsen 2016년 5월 22일
댓글: Christian von Spreckelsen 2016년 5월 22일
I got a table with formatted value and i want to make an array with the same values without the '$'. I've tried a lot of variations with %n, but i can not figure out how to do it. Anyone got a hint?

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 5월 22일
편집: Azzi Abdelmalek 2016년 5월 22일
A={'$123' ; '$425'}
A=strrep(A,'$','')

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by