Extract formatted table text
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Christian von Spreckelsen
am 22 Mai 2016
Kommentiert: Christian von Spreckelsen
am 22 Mai 2016
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?
0 Kommentare
Akzeptierte Antwort
Azzi Abdelmalek
am 22 Mai 2016
Bearbeitet: Azzi Abdelmalek
am 22 Mai 2016
A={'$123' ; '$425'}
A=strrep(A,'$','')
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Tables finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!