0

私は自分のプロジェクトで作業していますが、matlab を使用して mysql データベース テーブルに (画像とタイプ .dat の任意のファイル) を挿入する方法と、データベースに保存した後にそれを表示する方法について質問があります。使用したコード

   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