The provided content is about a video that demonstrates how to generate and plot a Pulse Width Modulation (PWM) signal in MATLAB App Designer’s UI Axes. The source code for the task is shared. It involves creating a class called PWMSignalApp with app components like UIAxes and PWMButton. After creating UIFigure and components, a function named PWMButtonPushed is declared. This function generates a sine wave and a PWM signal corresponding to it, plotting both signals on different UI Axes. The user is encouraged to direct any questions, suggestions, or appreciations to the provided contact email address.
Tag: gui
How to switch between new UI and old UI (classical UI) after updating to version of Android Studio HedgeHog | 2023.1.1?
The video demonstrates how to switch between the old and new user interfaces (UIs) in Android Studio, starting from version Android Studio HedgeHog – 2023.1.1. The new UI option offers a more focused view for developers, enhancing their experience. The option to switch between these interfaces can be found in the settings. Contact information and details about the specs of the version used are also provided, including the use of Android Studio Hedgehog | 2023.1.1Build. The video also informs viewers that switching interfaces will require a restart of Android Studio.
How to use OCR (Optical character recognition) for recognizing characters and words in an image in MATLAB App R2023a?
The provided content pertains to a video tutorial explaining how to implement Optical Character Recognition (OCR) in an image using MATLAB App Designer R2023a. The video provides step-by-step instructions for creating an app capable of reading and decoding the text contained in an image. Key sections of the source code pertaining to the OCR function and the user interface are also presented. The tutorial encourages user interaction and assistance via a provided contact email address and website. Practical demonstration is given by running the OCR app to extract text from a sample image.
How to set color brightness of an image using a SLIDER in MATLAB App R2023a?
The content provides a MATLAB App Designer R2023a developed application for image brightness control. The application modifies the brightness of an image using the dynamic slider value. The presented source code shows an ‘ImageControlApp’ class with properties that match with app components and callback methods which handle component events. The key function, ‘SliderValueChanging’, adjusts the image source according to the changing value of the slider for brightness control. The program further constructs and deletes the application along with the user interface figure, as needed. The application source code and video tutorial is available for better understanding.
How to display an image from web URL in UIAxes of Matlab App Designer?
The content is about opening an image from a web URL in the MATLAB App Designer. A video tutorial is shared to demonstrate the process using sample URLs. The post also lists the source code required for this feature, which includes defining properties for app components like the UI Figure and URL Edit Field, creating various methods and callbacks for component events, and initialization of components. The code is written in a class named ‘WebImageInAppDesigner’. Questions or suggestions can be addressed to Programmer World through their contact form or email.
How to pass values between 2 tabs of the UI of MATLAB App Designer R2023a?
The content provides a tutorial video on how to pass the value of an input variable from one tab to another within the user interface of Matlab’s app designer. The video, applicable for all MATLAB versions, includes complete source code and methods that handle component events in MATLAB R2023a.
How to connect and work with Oracle database in matlab using App Designer?
In this video it shows how to develop a Matlab App to connect and work with Oracle Database. It runs a simple query to fetch the data from the database and display it in the TextArea widget in the App. I hope you like this video. For any questions, suggestions…
How to run/execute a MATLAB live script or function from App designer?
This video shows the steps to run a MATLAB Live script/ function from your App designer code. In this video it creates demo live script and function. Then execute them from MATLAB command line and App Designer’s code using the file name. I hope you like this video. For any…