EN / USD
78 Items
 Home
Blog
Introduction to the MATLAB Datatypes
MATLAB datatypes, datatypes in matlab, datatypes matlab, matlab datatypes matrices, matlab matrices, matlab matrix, matlab datatypes keywords
Hello friends. In this lecture, we are going to have a look at the different kinds of MATLAB data types. As we have already seen in previous lectures, MATLAB stands for MATrix LABoratory and allows us to store numbers in the form of matrices. Elements of a matrix are entered row-wise, and consecutive row elements can be separated by a space or a comma, while the rows themselves are separated by semicolons. The entire matrix is supposed to be inside square brackets. Note: round brackets are used for input of an argument to a function. A = [1,2,3; 4,5,6; 7,8,9]; An individual element of a matrix can also be called using ‘indexing’ or ‘subscripting’. For example, A(1,2) refers to the element in the first row and second column. A larger matrix can al ...
Blog
Financial Calculations in MATLAB
Financial calculations in MATLAB
Buy This Project Hello friends, today I am gonna share a MATLAB project related to finance which I have named as Financial Calculations in MATLAB. As this project is the outcome of our team efforts so its not free and you can buy it quite easily for just $20 by clicking on the above button. In finance studies, there are lot of calculations are required to be done so MATLAB plays a very important role in finance calculations and showing the pattern in graphical form. In this project, I am first gonna take the Historical Stock Data from web search online so in order to run this program, your computer must have internet access. After getting the historical stock data of 7 different markets or sectors, now there's a need to convert them into same cu ...
Blog
Applications of Matrices in MATLAB
Applications of matrix, matrix application, why matrices, advantages of matrix
Matrices are an essential topic in different fields of study, especially in mathematics, where you have a bulk of data and want to organize, relate, transfer, and perform different operations on data in a better manner. We have studied a lot of types and operations on the matrices and have worked on different types with the help of MATLAB. Today, we are here to present the applications of the matrices in different fields of study to clarify the importance of this topic. So, have a look at the list of topics we are going to learn. Yet, first of all, I am going to describe what a matrix is. What is a Matrix? In the fields of physics and mathematics, there is the use of different types of numbers in groups of various types. In order to organize the data into a manageable format, matrices ar ...
Blog
Generating Simple Signal in MATLAB
Generating Simple Signal in MATLAB, Generating Simple Signal using MATLAB, MATLAB to Generate Simple Signal, Generate Simple Signal in MATLAB, Generate Simple Signal using MATLAB.
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge about Generating Simple Signal in MATLAB. Signals are of great importance in our daily life. The signals are basically the graphical display of the analog values. We can estimate the severity level by the shape of the signals. The signals have a very wide range of applications in our daily lives. If we observe the shape of the AC voltages of 220V that is supplied in our homes, it is a sinusoidal signal. So, its an application of the signals. Signals also play a vital role in the medical field. While performing ECG and EEG tests in hospitals, doctors visualize the signals displayed on the screen and they can estimate the severity of the ...
Blog
Motion Detection in MATLAB
motion tracking, motion detection, detect motion, matlab motion detection
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share a new project which is Motion Detection in MATLAB. In this project, I am gonna detect the motion in MATLAB. This project was designed for security purposes and the condition was to use MATLAB instead of PIR Sensor. We all know that PIR sensor is used for motion detection but for that we have to design a hardware but using this software we can easily detect any motion using MATLAB. In this project, I have used the webcam and then applied a simple image processing algorithm, designed in MATLAB. Using this algorithm I have detected the motion in the environment. That's a quite simple project and you are gonna like this one. The code and complete simulation ...
Blog
Color Detection in Images using MATLAB
color detection in matlab,matlab color detection,color detection matlab,detect color matlab,detect color in matlab
Hello friends, hope you all are fine and having fun with your lives. In today's tutorial, we are gonna see Color Detection in Images using MATLAB. In the previous tutorial, I have posted about How to Detect Circles in Images using MATLAB in which we have detected objects based on their geometrical figure means either they are circle or not but today we are gonna distinguish objects based on their color i.e. whether they are red colored or green colored etc. Its a quite simple tutorial and comes in the basic category. We will first detect the color and then will create a boundary around that object and will also show its XY coordinates as well. Image processing is an important tool of MATLAB. We can quite easily do the image processing in it using ...
Blog
Frequency Response of an LTI System in MATLAB
Frequency Response of LTI System, LTI frequency response, frequency LTI, LTI frequency, LTI freqency response in matlab, matlab LTI, LTI in MATLAB
Hello learners, Welcome to another tutorial on signals and systems. We are learning about the responses of the signals. We all have experience in situations where the change in the frequency of a system, such as radios or control systems, results in a change in the working or result of that system. So we have the idea that frequencies play an important role in different types of systems. In the previous lecture, we saw the impulse response of the system. Our mission today is to learn about the frequency response of the LTI system. We will learn all the basic information about the topic and will revise some important points as well. To do this, have a look at today’s concepts: What is the LTI system? What is frequency response? How is frequency response performed without the function i ...
Blog
Step Response of an LTI System in MATLAB
Step Response of an LTI system, Step response in matlab, matlab Step response, Step response of lti in matlab
Hey readers, welcome to another interesting lecture of this series in which we are studying signals and systems. In the present lectures, we are learning the details about the responses of LTI systems, and today, you are going to learn the step response. We also talked about the impulse response and frequency response, and therefore, this lecture will be easy for you to understand because it is, somehow, related to the impulse response. If you are new to this concept, do not worry because there will be a revision of important points side by side. Have a look at the list of today’s concepts: What is an LTI system? How do you define the step response of an LTI system? What is the code to run the step response of signal in MATLAB using different functions? How can you find the detail of t ...
Blog
Hexapod Simulation in MATLAB
hexapod simulation in matlab, hexapod matlab, matlab hexapod, hexapod in matlab, matlab hexapod simulation
Hello fiends, hope you all are fine and having fun with your lives. In today's tutorial, I am going to share a new project designed in MATLAB and named as Hexapod Simulation in MATLAB. We all know about the Hexapod, its a special kind of robot which has six legs. Hexa is used for six so its quite obvious that hexapod has six legs on it. I have designed this project on a client's request and today I thought to share it with you guys. Because this Hexapod simulation in MATLAB is designed after a lot of efforts by our TEP team that's why this simulation is not free to download but we have placed a small price on it so that engineering students can buy it easily. So, let's get started with Hexapod Simulation in MATLAB. Hexapod Simulation in MATLAB ...
Blog
Properties of Laplace Transform in MATLAB
Time delay in Laplace Transform, Laplace Properties, inverse laplace, laplace transform properties, properties of laplace transform
Hey fellows, in the previous lecture, we read the basics of Laplace transform and now, we want to go into a deep study about the same topic. Usually, it is important to learn all the properties of a mathematical tool to use it well, but we’ll focus on the basic and important properties of the Laplace transform to understand its concepts. Here are these: Linearity Time delay Nth derivative Frequency shifting Multiplication with time Complex shift property Convolution of the Laplace transform Time shifting Time reversal If you have read the previous concepts clearly, then these concepts should be clear in your mind. We’ll define all of them one after the other, and you'll understand each of them clearly. Linearity in the Laplace Transform We all know what linearity is. Yet, t ...