GithubHelp home page GithubHelp logo

matlabappsdemo's Introduction

Demo: Creating MATLAB Applications (Apps)

Overview

This repository accompanies my YouTube video, Demo: Creating a MATLAB App.

Here, I demonstrate how to create an interactive MATLAB App. The overview is as follows:

  1. (Optional) Start with a script that does a simple calculation and plotting.
    1. You don’t have to do this, but it’s wise to make sure that you have a good workflow before your integrate it with an app.
  2. Make a new MATLAB App (also known as a graphical user interface, or GUI).
  3. Add UI elements (axes, sliders, edit fields, etc.)
  4. Add a function to the app that serves as a calculational engine. This is generally an adaptation of your previously-developed and previously-tested workflow from step 1.
  5. Add a callback for each interactive element
  6. Each callback should invoke the calculational engine
    1. The calculational engine must extract values from the UI elements using the syntax app.SomeUIElement.Value

Additionally, if there are other variables you want to pass back and forth to different app elements, you can embed these in the app properties (not discussed in this video). This is like having access to a global variable.

Links and References

matlabappsdemo's People

Contributors

enriquepacis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.