Filter löschen
Filter löschen

how to save the cell data in dat file?

1 Ansicht (letzte 30 Tage)
aniseija
aniseija am 29 Apr. 2015
Kommentiert: per isakson am 29 Apr. 2015
i am working with face detection using gabor filter and i need to create database for the face detection.but I have problem because the result is save in cell. gaborResult= cell(u,v).can anyone help me.i using the coding written below to save cell data in dat file but it not works:
UserFile='ref2_5.dat';
save(UserFile,'gaborResult','-v6',);
  1 Kommentar
per isakson
per isakson am 29 Apr. 2015
"but I have problem because the result is save in cell." &nbsp It's less likely the cell is the reason. Any error message? Remove the last ",".

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by