svm_predict file rovides method to use libsvm model in c++ program
loadmodel.c savemodel.c are the files to load c++ model to matlab format and save matlab model to C++ model. Before that make.m should be excecuted to generate libs of these two files in matlab. savemodel and loadmodel can be used to show the message of these two funcitons.