Write and save .dbf file
13 ビュー (過去 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 で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!