About 2,630,000 results
Open links in new tab
  1. Define an Interface Superclass - MathWorks

    The interface is an abstract class that defines properties and methods that the subclasses must implement, but does not specify how to implement these components. This approach enforces the use of a consistent interface while providing the necessary flexibility to implement the internal workings of each specialized subclass differently.

  2. MATLAB GUI - MATLAB & Simulink - MathWorks

    To share with non-MATLAB users, you can compile apps into standalone desktop and web apps using MATLAB Compiler. App Designer is good for interactively designing your layout and programming its behavior in one environment. If you prefer, you can program the entire app yourself, including the user interface. Learn More

  3. Create and Run a Simple Programmatic App - MathWorks

    MATLAB automatically passes two input arguments to every callback function when the callback is triggered. These input arguments are often named src and event. The first argument contains the component that triggered the callback, and the second argument contains information about the user interaction.

  4. How to Build a GUI in MATLAB using App Designer - MATLAB

    Oct 15, 2020 · Learn how to build a graphical user interface (GUI) using App Designer in MATLAB. App Designer integrates the two primary tasks of app building – laying out the visual components of a graphical user interface (GUI) and programming app behavior. It is the recommended environment for building apps in MATLAB.

  5. uicontrol - MathWorks

    c = uicontrol creates a push button (the default user interface control) in the current figure, and returns the UIControl object. If a figure does not exist, then MATLAB ® calls the figure function to create one.

  6. MATLAB App Designer - MATLAB & Simulink - MathWorks

    App Designer integrates the two primary tasks of app building – laying out the visual components of a graphical user interface (GUI) and programming app behavior. It is the recommended environment for building apps in MATLAB. Building Apps in MATLAB (2 Videos)

  7. Build MATLAB Interface to C++ Library - MathWorks

    How to share your MATLAB interface with MATLAB users. Set Up and Copy Run-Time Libraries; C++ to MATLAB Data Type Mapping Correspondence of MATLAB data types to C/C++ types. Lifetime Management of C++ Objects in MATLAB MATLAB rules for managing memory for C++ objects created in a MATLAB interface to a C++ compiled library.

  8. Keysight Advanced Design System (ADS) to Matlab interface

    Mar 12, 2022 · The current version of the interface **has been tested with ADS 2016.1, 2017 and 2019**. > **NOTE** also that the interface has been heavily used for simulations using **Harmonic balance** solver in ADS. It should work with other solvers as well, but it is not guaranteed. ===== Features ===== This ADS-MATLAB interface allows:

  9. External Language Interfaces - MathWorks

    Java with MATLAB Directly call Java ® library functionality from MATLAB or write Java programs that work with MATLAB; Python with MATLAB Directly call Python ® library functionality from MATLAB or write Python programs that work with MATLAB.NET with MATLAB Directly call .NET library functionality from MATLAB or write .NET programs that work ...

  10. Define Interfaces of Model Components - MathWorks

    Use nonvirtual buses to describe a structured data type for an element in the interface. Package signals or parameters into structures that correspond to a struct type definition that your external C code defines: Import the type as a bus object and use the object as a data type for buses and MATLAB ® structures.