Is it possible to use a comma as decimal seperator in figures?
조회 수: 42 (최근 30일)
이전 댓글 표시
A few years ago it was not possible to change the decimal seperator from dot to comma. Has this changed? I only need the comma in figures (as axis description in plots). Do you have any idea?
댓글 수: 2
Rik
2017년 11월 3일
If you don't need them to be dynamic, you can change the dots to commas with get, strrep and set. Otherwise, this might be possible in HG2 (R2014b and later), but I don't know about it.
(maybe it is even possible to set your string replacer as the ResizeFcn, so it is run every time you resize the figure window.)
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Graphics Object Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!