필터 지우기
필터 지우기

how to save the cell data in dat file?

조회 수: 1 (최근 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 CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by