gui Resources

Showing items tagged with "gui"

This is a simple implementation of the classic Tic-Tac-Toe game, developed as a practical exercise to demonstrate GUI development and algorithm implementation in MATLAB. The game features both single-player mode against computer AI and two-player mode for competing with friends. Implementation includes grid handling, win condition checking, and an AI opponent using minimax algorithm with alpha-beta pruning for optimal moves.

MATLAB 314 views Tagged

A MATLAB GUI-based digital image processing system featuring comprehensive functions including image reading/writing, display, histogram equalization, thresholding, wavelet decomposition/reconstruction, noise addition/removal, smoothing, sharpening, edge detection, and image segmentation. The implementation leverages MATLAB's GUIDE environment for interface design and incorporates core image processing algorithms through dedicated callback functions and processing modules.

MATLAB 370 views Tagged

This MLP (Multi-Layer Perceptron) neural network project features a comprehensive GUI interface. Execute the project by running GUI.m, which initializes the main application window and handles neural network configuration through callback functions.

MATLAB 457 views Tagged

Kalman Filter GUI (MATLAB 6.5) M-code located in m_files directory with main function fildis. Standalone executable requires DLL support from win32 folder. The system allows parameter customization for various Kalman filter designs and supports MAT file initialization with ASCII-only path requirements.

MATLAB 521 views Tagged