MATLAB: How to upload an input to ann toolbox for pattern recognition

pattern recognition

i am new to ann toolbox in matlab . .i just want to upload a feature extracted image to the toolbox and to obtain the result of pattern recognition . . pls can anyone help me out to sought out this . .pls

Best Answer

If I recall correctly, imread() can accept URLs if you need to fetch from another site.
Otherwise use any convenient program to copy from the machine that holds the image onto the system that you are running MATLAB on.
ANN itself does not require "uploading" of information: you pass the information to the ANN routines no matter how that information got into your workspace.