how to save the cell data in dat file?

3 ビュー (過去 30 日間)
aniseija
aniseija 2015 年 4 月 29 日
コメント済み: per isakson 2015 年 4 月 29 日
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 件のコメント
per isakson
per isakson 2015 年 4 月 29 日
"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 ",".

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeApplication Deployment についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by