Write and save .dbf file
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
KSSV
am 6 Dez. 2016
.dbf file will be read by xlsread too. Have you checked with that? If it works, you can save it using xlswrite.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Filtering and Enhancement 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!