News

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
Here, we revisit a textbook example of how to design a dipole array and its feed network. The effects of mutual coupling are taken into account, so that a desired set of in-phase excitations is fed to ...
The Robotics System Toolbox for MATLAB provides a wide and growing set of functionalities for creating robotic systems: Robot Operating System (ROS) integration, mobile robotics, and robot manipulator ...
Matrix Laboratory or MATLAB is a programming language and numeric computing environment developed by MathWorks. While it is proficient with matrix operations and plotting graphs, it can be used ...
plot 2-D Line Plot in Matlab is created using the basic inbuilt function plot (x, y), where x and y are both vectors, and the graph is y versus the corresponding values of x. Within this function, by ...
This tutorial will give you a basic idea about how to plot real time graph using MATLAB. Arduino Uno is used here to get temperature data from LM35 temperature sensor.
In this tutorial we will learn how to log and present the data in graphical format using MATLAB. Here we log the real time temperature and humidity data from DHT11 using Arduino and MATLAB.