EN / USD
78 Items
 Home
Blog
How to Create m File in MATLAB
m file in matlab, How to Create m File in MATLAB,Creating m.file in MATLAB, How to Create m.file in MATLAB, Creating m.file using MATLAB, MATLAB to Create m.file, MATLAB create m.file.
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge about How to Create m File in MATLAB. It is also known as New Script or Editor in the MATLAB. It's an amazing MATLAB tool. We can write the complete source code on editor. If we want to visualize the result of the particular statement we should not put a semicolon after that statement in MATLAB. Before going into the details of this tutorial, you must first have a look at Introduction to MATLAB and if you don't know about MATLAB variables then you must read Declaration of Variables in MATLAB. By doing this and by pressing the Run (Green Color) button at the top of the editor we will be able to see the result on the command window. In ot ...
Blog
How to use MATLAB input Function
matlab input,input matlab,matlab input function, how to use matlab input
Hello everyone! I hope you all will be fine and having fun. Today, I am going to share my knowledge about How to use MATLAB input Function. In this tutorial I would like to tell you about the importance of getting data from the user in MATLAB. If you want to display the data to users, you need to get data from them as well according their requirements. I hope you have read How to use MATLAB ? In this way the same source code written in MATLAB will give different result according to the requirements of the each user. So, in other words the source code becomes generic in this way. As we run the program, command window of the MATLAB asks user to enter the desired input. The results on this window are generated according to the Matlab input given by ...
Blog
Introduction to MATLAB Command Window
MATLAB keywords, MATLAB Command Window, MATLAB interfaces, basics of matlab, matlab first program, matlab windows, matlab environment
Hello friends! I hope you all had a great start to the new year. In our first lecture, we had looked at the MATLAB prompt and also learned how to enter a few basic commands that use math operations. This also allowed us to use the MATLAB prompt as an advanced calculator. Today we will look at the various MATLAB keywords, and a few more basic commands and MATLAB functions, that will help us keep the prompt window organized and help in mathematical calculations. We are also going to get familiar with MATLAB’s interface and the various windows. We will also write our first user-defined MATLAB functions. MATLAB keywords and functions Like any programming language, MATLAB has its own set of keywords that are the basic building blocks of MATLAB. These 20 building blocks can be called by simply ...
Blog
Special Types of Matrices in MATLAB
matrices in matlab, special matrix matlab, matlab matrix, matrix in matlab, matrix matlab
Hey students welcome to another tutorial in The Engineering Projects where we are going to learn a lot about matrices. If you are a beginner to the metrics, then you should go to learn the fundamentals of matrices. Yet, if you know the basic introduction, you are at the right lecture because we are learning about the special kinds of matrices and you are also going to see the matrices in action using MATLAB. So, here is a simple list of today’s topics.  What is a matrix? How can we identify the matrix with the help of its general form? What are the different types of matrices? What is the concept of transpose while dealing with matrices? How can we implement these types of matrices in MATLAB by different commands? What is a Matrix? A matrix is a type of array that stores da ...
Blog
Basics of Laplace Transform in Signal and Systems
Transforms in Signal and Systems, transform properties in signal and systems, signal and systems laplace transform
Till now, we have read about the basic concepts and functions in the signal and system, but let’s have something that is more practical and practice each and every topic thoroughly because if you have the understanding at each point, transforming will become an interesting game for you.Keep in mind, that transforms are an important topic in signal processing, but they were traditionally taught in the same way they were discovered: through calculus. This approach, however, does not reveal the true purpose of the transforms or why they are desirable. Well, let’s check the topics that we are going to learn about today: What are transforms? Which common transforms are used in signals and systems? What is the Laplace transform? How can you implement the Laplace transform in MATLAB? What ar ...
Blog
How to use MATLAB Operators?
How to use MATLAB Operators, matlab operators, operators matlab, operators in matlab, why operators matlab
Hello learners welcome to the next tutorial on MATLAB where we are learning about this excellent environment in detail without skipping anything. Last time, you have seen the data types and their detail through practical implementation and this time, you will get information about the operators used in MATLAB and the text-related information in an efficient way. By the end of this lecture, you will be able to answer the following questions: What are the operators and can we use operators in MATLAB? How can you implement the arithmetic operators in your MATLAB? What is the significance of the relational operator? What is the detail of the logical operators in MATLAB? What are bit-wise operators? How can you give a brief introduction to the short circuit operators? All of these are ...
Blog
Introduction to MATLAB
introduction to matlab,Getting Started with the MATLAB, How to Getting Started with the MATLAB, How to use MATLAB, Use MATLAB for the first time, How to use MATLAB for the first time.
Hello everyone! I hope you all will be absolutely fine and having fun. In this tutorial, I am going to give you a detailed Introduction to MATLAB. I will explain in detail, step by step procedure of using MATLAB for the first time. First of all, I would like to tell you a bit about the MATLAB software. MATLAB basically works on matrices and it is an excellent software for different kinds of simulation based projects as well as hardware based projects and specially, it is good for the Engineering Projects. MATLAB can be used for the manipulation purpose in order to obtain the proper results. It is very easy to use this software and most of the students prefer to use this software for their projects. So, this shows that MATLAB is a user friendly s ...
Blog
DC Motor Speed Control in Matlab
DC Motor Speed Control using Matlab, Control Speed of DC motor using Matlab, Matlab to control the speed of the DC motor , DC motor speed control with Matlab, How to control the speed of the DC motor using Matlab
Hello friends! I hope you all will be absolutely fine and having fun. Today, I am going to tell you guys that how to design a simple algorithm for DC Motor Speed Control in MATLAB by simply sending different commands to the serial port from Matlab to Arduino. In my previous tutorials, DC Motor Direction Control using Arduino, we have seen the direction control of DC Motor via Arduino. So, I would suggest you to first have a look at that tutorial before reading this one. Moreover, you should also have a look at DC Motor Direction Control in Matlab and DC Motor Speed Control using Arduino in which I have discussed in detailed about how to make simple and easy programs to control the direction of DC motor in both clockwise and anti clockwise directi ...
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
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 ...