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: designer
How to design PWM signal with different ON and OFF period in Matlab Simulink?
The content reviews a video demonstration of how to use Simulink model design to generate a PWM (Pulse Width Modulation) signal with variable ON and OFF periods. The process involves using a CLOCK block to receive the time component, then applying a REM (remainder) block to acquire the remainder value from the timer. This value sets the threshold for the switch block, dictating the creation of the desired PWM signal. If viewers need additional help or have suggestions, they can contact the creators through their website or email.
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 convert Decimal to Binary to Gray code using your own function in Matlab App Designer in Matlab R2023a?
This video shows the steps to write your own function in MAtlab App Designer to convert a number from Decimal to Binary to Gray code in Matlab 2023a. Details on the Gray code is referred from the wiki page: https://en.wikipedia.org/wiki/Gray_code I hope you like this video. For any questions, suggestions…
How to make constraint layout scrollable by using ScrollView and HorizontalScrollView in your Android App?
In this video it shows the steps to make the constraint layout scrollable in both vertical and horizontal direction by adding ScrollView and HorizontalScrollView in your App’s constraint layout design respectively. In this App it implements certain widgets in extreme bottom and right position in the layout to show the…
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 select colors with the Palette API in your Android App?
This video shows the steps to implement the palette library (provided by Android) in your gradle file (App level gradle file). It further shows how one can easily use this API in the Java code to get certain colors from the Image considered in this video for demonstration. This video…