I have created a neural network in matlab and i was wondering if it is possible to create a executable file of the same with UI so that it can be used much easily to predict instead of using matlab all the time.
Dear Rishi Naik everything you do in MATLAB you can export as a complete "C" code program, which you can compile using GCC or other compiler and then use. There's a tool called MATLAB Coder for this purpose that is part of MATLAB.
If I can provide my opinion, however, as a neural network coder that has been developing NN models for more than 25 years, I strongly suggest you migrate to Python. There are immense quantities of NN tools and free code in Python and you can compile it, run it interactively and experimentally on Jupyter notebooks and on Google Colab and also use a huge quantity of numerical and graphical libraries as add-ons. MATLAB, on the other side, is a product and, as such, has a lot of limitations and things that are proprietary or that must be purchased in order to be used. It is not state of the art anymore and has a lot of disadvantages when compared to free software.