Write and save .dbf file
조회 수: 7 (최근 30일)
이전 댓글 표시
Hello,
I'm looking for a way to adapt a .dbf file and then save it as a .dbf file again.
I found a function dbfread.m that enables me to open the .dbf, but now I'm looking for a way to save my changes to such a file in MATLAB.
Can anyone help me with this?
Thanks!
댓글 수: 1
KSSV
2016년 12월 6일
.dbf file will be read by xlsread too. Have you checked with that? If it works, you can save it using xlswrite.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!