0

我正在我的项目中工作,我有一些问题如何使用matlab将(图像和任何.dat类型的文件)插入到mysql数据库表中,以及如何在保存到数据库后显示它。我使用的代码

   cd('C:\Users\Esra\`Documents`\MATLAB\finaltest')

[templatefile,pathname]=uigetfile('*.dat','open file ');%matrix of feature
if templatefile~= 0
  cd(pathname);
    z=load (char(templatefile));
end;
inser(con,'new_table',{'id','job','FFP'},{'11','admin',z});%FFP feature of fingerprint 

错误

operands to the || and && operands must be convertible to logical scalar values 

谢谢

4

0 回答 0