This video shows how to design a Simulink model to convert a Square waveform to a Pulse Waveform/ signal. It uses all basic blocks such as delay block and switch block to implement the logic. It uses Scope to visualize the output. I hope you like this video. For any…
Tag: ML
How to implement van der pol equation in Simulink – R2023a?
In this video it shows step by step approach to implement Van Der Pol Mathematical equation as Simulink Model. This demo can be used to design any mathematical equation as a Simulink model which can be used for simulating the results with various parameter values. The Ven Der Pol equation…
How to generate PDF report using PUBLISH command in MATLAB?
In this video it shows the use of PUBLISH command to generate a PDF report for your MATLAB code. 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 Complete source code and other details: Sample MATLAB Script for…
How to download an image file from internet and display in UIAxes using MATLAB script in App Designer?
In this video it shows the steps to download an image file from the internet (https URL) and save it in the local PNG file. In this video it uses sample images from the below webpage:https://programmerworld.co/android/how-to-create-a-gif-from-jpeg-images-in-your-android-app-android-studio-complete-code/ And below are the respective images’ URLs:https://i0.wp.com/programmerworld.co/wp-content/uploads/2022/11/images.jpeg?w=452&ssl=1https://i0.wp.com/programmerworld.co/wp-content/uploads/2022/11/images1.jpeg?w=679&ssl=1 It uses WEBREAD command to read the…
How to plot discrete time signals using STEM in MATLAB and Simulink?
This video shows the steps to implement a 3 harmonics periodic Analog signal. It further shows how one can plot the discrete time signal for the equation in both MATLAB and Simulink. It writes a simple MATLAB script and uses STEM function to plot the discrete time signal. It also…
How to connect to Oracle database and run SQL queries from matlab command line and database explorer App?
In this video it shows the steps to configure the Oracle database in the matlab environment using the database explorer. The it shows how one run a query on the connected database through the database explorer or Matlab commands/ script. In this video it initially shows the result of connecting…
How to read numbers from an image in matlab using ocr (optical character recognition)?
This video shows how one can use OCR from Computer Vision toolbox of Matlab to easily read numbers or digits from an image. It further shows how we can superimpose a rectangle over the boundaries of the text part identified by the OCR in the image. I hope you like…
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…
Welcome to Programmer World!
Welcome to Programmer World Page! In these webpages one can learn all about Android Apps Development, Selenium Testing and MATLAB coding/ Simulink Modeling. One can read my blogs here, see the code snippets or just view some nice videos about application development on my YouTube channel. https://www.youtube.com/c/programmerworld All my blogs…
Simulink
This webpage is a resourceful compendium on the development and application of Simulink, a MATLAB-based graphical programming environment for modeling, simulating, and analyzing multi-domain systems. The discussed topics range from basic model testing, designing different damping systems, counters, and filters to exporting scope data and implementing more complex differential equations. It offers guides on creating your own toolbox in MATLAB, conducting traceability between Simulink and other software, and constructing a simple High Pass RC filter. The site further explains the process of creating a subsystem block, designing variant subsystems, and parsing pulse into square waves, among others.