Factorial in MATLAB
MATLAB is a high-performance language that is used for matrix manipulation, performing technical computations, graph plottings, etc. It stands for Matrix Laboratory. In this article, we’ll be calculating the factorial of a number n using MATLAB’s built-in function ‘factorial(number)’....
read more
Thresholding-Based Image Segmentation
Image segmentation is the technique of subdividing an image into constituent sub-regions or distinct objects. The level of detail to which subdivision is carried out depends on the problem being solved. That is, segmentation should stop when the objects or the regions of interest in an application have been detected....
read more
MATLAB – Image Edge Detection using Sobel Operator from Scratch
...
read more
Comparing Two Cell Arrays of Strings of Different Sizes in MATLAB
MATLAB is a high-performance language that is used for matrix manipulation, performing technical computations, graph plottings, etc. It stands for Matrix Laboratory....
read more
Using Grid Layout to Customize the App Appearance in MATLAB
In this article, we will learn How to Using Grid Layout to Customize the App Appearance in MATLAB  in this article we will create two app by using the grid layout functionality of MATLAB  by different methods and we will see how works the grid layout to customize the app appearance in MATLAB. basically grid layout means the layout which is shown in corner of the app which we created using MATLAB the grid layout is very simple to make in MATLAB....
read more
What is Swirl Effect in MATLAB?
In Matlab, the Swirl Effect is a type of Photoshop effect. Image processing has made extensive use of the swirl effect. It is advantageous for those with expertise in image processing because both the image and the fundamental component of the swirl effect are matrices. The swirl effect simplifies image processing and manipulation as a result....
read more
MATLAB – Image Edge Detection using Robert Operator from Scratch
...
read more
Random Numbers in MATLAB
Random numbers, as the name suggests, are numbers chosen randomly from a set of numbers. In practical application, classical computers cannot create truly random numbers as they are developed on binary logic thus, they require some sort of algorithm to generate random numbers, this type of random number is called a pseudorandom number. They are random numbers generated by an algorithm in the core of a given programming language by using some variable such as system time, which will never be the same, as a seed to produce different numbers every time....
read more
DatePicker Component in MATLAB
MATLAB app builder helps in building apps in GUI without having proper software development knowledge. Matlab helps you create professional apps hassle-free, using it. There are so many components available in Matlab App Builder. You can find them all under the Component Library dialog box. This is situated in the leftmost part of the app builder window....
read more
Creating Function in Files in MATLAB
MATLAB is a high-performance language that is used for matrix manipulation, performing technical computations, graph plottings, etc. It stands for Matrix Laboratory....
read more
How to Select Random Rows from a Matrix in MATLAB?
A matrix is an n x n array that stores integers, floating point numbers or alphanumeric data in MATLAB. Indexing a matrix is the same as indexing an array....
read more
How to reverse a string in MATLAB?
In this article, we are going to discuss the “Reversing of a string” in MATLAB which can be done in multiple approaches that are illustrated below:...
read more