The main goal of this project is to develop an Android application that visualizes the results of a simulation performed in MATLAB/Simulink. The project, titled "Web Interface for Image Processing Using Android," proposes a system where image processing tasks are executed on MATLAB via a web service, with the Android application serving as the user interface. In this system, the user provides an input image from the Android application. The image is then transmitted to a server, where MATLAB performs the required image processing operations. Once the processing is complete, the output is sent back and displayed in the Android application. This setup allows computationally intensive tasks to be handled by MATLAB on a PC, ensuring that the mobile application remains lightweight and efficient. The Android application is developed using custom libraries created during this project, facilitating smooth communication with a MATLAB/ Simulink-based server over an internet connection. The backend of the system is implemented using PHP and My SQL, with XAMPP being used as the local server environment.
Keywords: Simulation, MATLAB (Matrix Laboratory), Simulink, Web, Android application, Image Processing.