Main Content

16,947 results

41 working GUIs to read and learn.

This is a collection of GUIs meant to serve either to answer specific questions about writing GUIs or as a teaching tool to aid in learning how to write MATLAB GUIs without GUIDE. Many of these are

Oscilloscope App

Version 1.0.0

by Andrei

This example shows how to use Instrument Control Toolbox™ and App Designer to build an app which reads waveform data from an oscilloscope.

Oscilloscope App is an example app which shows how to use App Designer and the Quick-Control Oscilloscope interface (Instrument Control Toolbox) to control and read waveforms from supported

This example shows how to use a Matlab class to control a gui.

makes passing data around from different areas of gui much easier. The functionality of this example is analogous to the built in Matlab example in GUIDE. This example is purely to show another way to

Interactive examples using MATLAB to visualize and practice integral calculus and a calculus flashcards app.

app included as well.The instructions inside the live scripts will guide you through the exercises and activities. Get started with each live script by running it one section at a time. To stop running

MATLAB application example for LeCroy oscilloscopes

control instruments and serial devices in MATLAB without writing code. The GUI file simply calls this file when the button on the GUI is pressed and plots the acquired data.To execute this example, unzip

These two examples demonstrate how to use nested functions to reduce parameter passing in GUIs.

the number of parameters that need to be passed into and between callbacks inside a GUI M-file. Each nested function in one of these examples is contained in its own cell; if you enable cell mode in

Passes the output of Gui Pushbutton to the output fcn

HelloThis is small example I was trying for a long time for passing the value from the Gui's Pushbutton to the output function, so that I can access it from the workspace. Posting it here if somebody

EasyGUI

Version 1.1.0.1

by Gautam Vallabha

EasyGUI ver 1.0 -- Build GUIs quickly and easily in MATLAB

EasyGUI allows you to quickly create a graphical "front-end" for an m-file so that users can interactively manipulate parameters. It provides:* A set of “widgets” (UI controls) with a simple

A dependency injection framework for MATLAB.

MATLAB library for communicating with a Velleman K8055/VM110 USB Experiment Interface Board

guides you through the download and install of the Velleman SDK.The Support Package also comes with a detailed guide for getting started and examples (including GUI examples).Sample usage: % create K8055

MenuBar

Version 1.8.0.0

by Dirk-Jan Kroon

Create Menu Bar (s) on any location in a figure window

)'); set(figure_handle,'WindowButtonMotionFcn','menubar(''MotionFcn'',gcf)'); Example, %Creat figure with uipanel figure, uipanel1 = uipanel('Units','Pixels','Position',[10 200 400 200]); %Attach a contextmenu (right-mouse button menu) menu_panel1=uicontextmenu

Advanced techniques in GUI building with GUIDE. Techniques include: multi-window GUIs, application.

GUIs,application data sharing,use of pre-built file import dialogs, subfunctions, function handles.If you do not have the Image Processing Toolbox replace the lineImshow(I)Withimage(I)colormap ([0 0 0; 1 1 1])NOTE

A simple example of activex control in GUI

This example deals with the Activex control in GUI matlab. It is of very basic nature, which explains that activex control dont have callback functions, their handles are called in other callback

Code and Examples for "Developing Robust MATLAB Code"

errors, for example. In this session at the MATLAB Computational Finance Conference 2018, we learned about relevant advanced MATLAB software development capabilities, including error handling

A MATLAB app that implements a distributed blockchain.

This example shows a blockchain implementation in MATLAB. Several nodes can be run to distribute the blockchain and blocks can be mined or blocks with invalid hashes can be added for test. Although

GUI Example of FM and PM Modulation and Demodulation

GUI Example of FM and PM Modulation and Demodulation

Example of 3 things: 1. Stop and start a loop 2. Change Gui icon 3. Build EXE

This example demonstrate 3 different things:1. How to stop and start a loop in Gui2. How to change the default Gui icon3. How to build from that an EXE program

BIN2MAT

Version 1.0.0.0

by Eric Ogier

Binary to MAT-file converter

BIN2MAT is a GUI application dedicated to the conversion of binary files to MAT v6 file format.The application performs its task :- From : raw data binary file (any recursive data structure)- To :

Another examples how create gui-interface (with nested functions without Guide).

Simple examples how one can create gui-applications without Guide or with more simple using GuideWe use nested functions. So this will work only for MATLAB 7.0+14 m-filesSee the corresponding video

GUI with a working scrollbar, that moves other GUI elements.

This is a tutorial example with many comments, explaining how to insert a slider into a MATLAB GUI, that works just like for example a slider in a browser.

SpSpj

Version 1.0.0.0

by Paulo Silva

Just a quick and dirty example of a GUI that starts, pauses and stops a loop

After the user press start it starts adding 1 to the value displayed in the textbox until the user press pause or stop, also it shows how to enable and disable buttons.I was inspired to do the GUI

Morphological characterisation and simplification of three-dimensional particle geometries

SHape Analyser for Particle Engineering What SHAPE does • Architectural features • File tree • Simple example • Credits • BYOS • Acknowledging

A toolbox for controlling KUKA iiwa robot from matlab.

change curve by markers drag-and-drop

GUI Layout Toolbox

Version 1.27.0.1

by Ben Tordoff

Layout management objects for MATLAB GUIs

: http://www.mathworks.com/matlabcentral/fileexchange/47982-gui-layout-toolboxThis toolbox provides tools to create sophisticated MATLAB graphical user interfaces that resize gracefully. The classes supplied can be used in combination to produce virtually any user interface

GEAR3D

Version 1.0.0.1

by Jiro Doke

GUI example of 3D gear. Use mouse to roll the gear.

***This has no practical use. I made it as my own exercise for 3d animation. You have been warned.***GEAR3D GUI example of 3D gear.GEAR3D will pop up a GUI example of 3D gear. The gear rolls on a

This GUI simulates time division multiplexing between three discrete-time signals as a small example

This code is taken from “Time Division Multiplexing” by “Nikesh Bajaj”http://www.mathworks.com/matlabcentral/fileexchange/30419-time-division-multiplexingBut it’s made in GUI form to be user friendly

Sends/receives UDP packets using Matlab's Java interface.

A MATLAB app to visualize ThingSpeak data. Make time comparisons of your data, retime data, and export data.

A MATLAB app to visualize ThingSpeak data. Make time comparisons of your data, retime data, and export data.Channel ID: Enter the channel ID for the channel if interest.ReadAPIKey: Enter ReadAPIKey

A GUIDe for routine plots with classes and names with custom colors and symbols that can remove poin

Agilent MSO6014A MATLAB GUI

MATLAB supports Agilent oscilloscopes through the Instrument Control Toolbox.This example demonstrates how you can use MATLAB to develop a GUI application for collecting data from an Agilent MSO6014A

Learn about fundamental concepts of neural network design with the Neural Network Design app.

Examples for Neural Network Design Learn about fundamental concepts of neural network design with the Neural Network Design app. For more information see Neural Network Design.RequirementsThis

Use MATLAB Coder to generate C code and integrate it into an Android app using Android Dev Tool

These are the example files used in the "MATLAB to iPhone and Android Made Easy" webinar: http://www.mathworks.com/videos/matlab-to-iphone-and-android-made-easy-107779.htmlIncludes files and

The GUI executes a callback function when a mouse is clicked over a figure.

This is a GUIDE generated GUI.The GUI executes a callback function when a mouse is clicked over a figure.Inspired by the reference below:[ref

Program that tag with image a push button in a GUI

Program that tag with image a push button in a GUI.For more information, visit: http://www.matpic.com

Lissajous curve

Version 1.0.0.0

by Grzegorz Knor

LISSAJOUS - a simple example of 2D line plot in Matlab, and creating a GUI without GUIDE.

LISSAJOUS - a simple example of 2D line plot in Matlab, and creating a GUI without GUIDE.In mathematics, a Lissajous curve (Lissajous figure or Bowditch curve) isthe graph of a system of parametric

Preprocess and explore categorical data with the Cat Cleaner app

Use the Cat Cleaner app to explore and preprocess categorical data including common steps like adding, merging, renaming, and removing categories. The app generates a new categorical variable and the

In this example we send a fire extinguisher position and IMU data to an android app using Arduino.

data.Regarding the use of MatLab we use some of its basic commands, in addition to some of their toolbox for our developments:• MatLab basic commands are used to process information from the sensors. For example

Google Earth Monster Milktruck in Matlab GUI

This function is an example on how to integrate GoogleEarth Milktruckdemo in a Matlab figure or GUI andcontrol it via Matlab controls.You need the GoogleEarth plugin to be installed. Therefore just

a modification for a solurion submitted by Alex, for exchanging data between class objects and GUI

This solution is a modification for a solution created by Alex ( Thank you Alex :) )http://goo.gl/cvVpOkIn which I represent a simple way for passing data between GUI and class objects.

Daugman rubbersheet model used for iris normalization

BioSigKit is a set of useful signal processing tools for Biosignal analysis such as QRS detectors, peak detectors and activity detection

An example app which shows the polaraization of the electric field depending on its Components Ex and Ey and the phase difference

Polarization App is an example app which shows the polaraization of the electric field depending on its Components Ex and Ey and the phase between these components. you can check the Marker

This graphical user interface is built as an imitation of the MIT mechanical calculator

Sensor data analytics application example

Helper App to record signals from mobile phone sensors (iOS or Android compatible)

It provides GUI example of gradient manipulation based image processing.

Poisson Filter GUI for MATLAB====It provides GUI example of gradient manipulation based image processing.## PublicationMasayuki Tanaka, Ryo Kamio and Masatoshi Okutomi,Seamless Image Cloning by a

Agilent N8241A MATLAB GUI

MATLAB supports Agilent arbitrary waveform generators through the Instrument Control Toolbox. This example demonstrates how you can use MATLAB to develop a GUI application for configuring an Agilent

This example shows how you can build a GUI with dynamic UI component positioning

This example demonstrates how you can build a GUI with dynamic positioning of UI components (no distortions).It is a simple GUI with an axis, slider, and a push button. The slider changes the

GUI for the characterization of acoustofluidic devices

function to experimental particle trajectories if particles size and fluid have known physical properties. We developed a GUI to speed simplify the characterization of acoustofluidic devices. The GUI uses a

Calculates four polarizability tensors of a highly conducting object at a given electrical size

developed. Print screen of GUI is logo of this web page.

A simple GUI that demonstrates how to retreive and display data from an oscilloscope.

ScopeMath (fileid 13165) is a MATLAB-based GUI that uses the Instrument Control Toolbox to retrieve waveforms from an oscilloscope and analyze them in various ways. ScopeMath_Simple is a simplified

Tic Tac Toe

Version 1.0.0.0

by Arthur Neves

A very simple GUI example. Have fun!!!

Just run velha.m or install the app and run it.

Tutorial GUI to demonstrate basic functionality of various controls on the GUI

This GUI will help the novice user get up to speed very quickly on using GUI-based applications. Everything is laid out in a very simple Step 1, Step 2, Step 3, etc. layout. It is a very good

Enter text into GUI, ouputs text fields as structured array.

GUI function to allow a user to enter text or numerical data into textfields and is outputed as a structured array. Which can be be used inanother m file or function. This GUI is designed for the

The color adjustment will be performed, when you pick (click) white pixel.

SimpleColorAdjust is a simple GUI example of color adjust. If we know the white pixel, the color adjustment is easily performed. Please load an image, and pick (click) the white pixel. Then color

Load more