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: guide
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 save image matrix to a JPG file using IMWRITE from MATLAB App Designer?
The content presents a MATLAB App developed in App Designer used to save an image matrix into a JPG file. This task is achieved using the IMWRITE command. The app is structured with a class called “ImageSaveToFile”, which has several properties and methods related to the app’s UI components and functions. One key function is “SaveButtonPushed”, activated when the save button is pushed, reading the image, reducing its intensity by half, and saving it to a file. The creator also provided a contact email and website for further subscriber interactions.
How to merge/ add 2 images in your MATLAB app designer?
The content provides a tutorial video link and MATLAB code for combining two images either horizontally or vertically using App Designer. The source code defines a class ‘MergeImage’ with properties for the images and a ‘Merge’ button. The function ‘MergeButtonPushed’ reads the source of two images, merges them, and assigns the result to a third image component. Another function ‘createComponents’ constructs the UI Figure and its components (the three image components and the merge button). The code covers not only the creation of the app but also how to delete UI Figure when the app is deleted.
How to export UITable data into an excel file in MATLAB App Designer R2023a?
The content shares a video demonstrating how one can save app.UITable.Data to a Microsoft Excel file from the UI designed in MATLAB App Designer R2023a. The associated code is provided, which first sets up table data with specified values. It then establishes an “Export to Excel File” button, set to execute the function of writing the table data to an Excel file upon being clicked. This feature is implemented in a UI class with properties like the UIFigure, UITable, and ExporttoExcelFileButton, alongside functions managing UI components and startup functionality.
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 run Google’s AI PaLM API with cURL in MATLAB App Designer?
This video shows steps to run Google’s AI tool – PaLM – API in MATLAB App Designer. It uses the cURL command of POST method to get the request. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com…
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…