Practical solutions

Matlab Howtos How-To Guides

Solve the problem. Keep building. Collection of Matlab how-to articles

Find the answer you need

Browse practical solutions, grouped by the task you're working on.

__COUNT__ entries on this page

How to Export Data From MATLAB to ExcelOne can export data to an excel file using the writematrix(), writetable(), and writecell() functions in MATLAB. How to Reset Color Order in MATLABThis tutorial demonstrates how to reset color order in MATLAB. MATLAB Norm of Rows of a MatrixThis article will demonstrate different ways to find the norm of each row of a matrix in MATLAB. Matlab Foreach LoopThis tutorial demonstrates usage of for-each in MATLAB to apply loops and perform conditions on data. MATLAB kstest() FunctionOne can find the test decision of null hypothesis for a data set using the kstest() function in MATLAB. MATLAB Waterfall PlotOne can create a waterfall plot using the waterfall() function in MATLAB. MATLAB QuantileOne can compute the quantiles of binomial distribution, standard normal distribution, and data sets using the binoinv(), norminv(), and quantile() function in MATLAB. MATLAB Inverse Fast Fourier TransformOne can find the inverse fast Fourier transform using the ifft() function in MATLAB. MATLAB Line ContinuationOne can continue a line using three dot symbols in MATLAB. MATLAB corr2() FunctionOne can find the correlation between two images using the corr2() function in MATLAB. MATLAB Image Low Pass FilterOne can create a 2D low pass filter for an image using the fspecial() function in MATLAB. The mvnpdf() Function in MATLABOne can evaluate the probability density function of a multivariate normal distribution using the mvnpdf() function in MATLAB. MATLAB RepmatOne can make a matrix with the repeated values of an array using the repmat() function in MATLAB. Newton-Raphson Method in MATLABThis tutorial will discuss finding the roots of a function using the Newton-Raphson method in MATLAB. Gaussian Elimination Method With Partial Pivoting in MatlabThe article will help the reader understand how to use Gaussian Elimination Method with Partial Pivoting in Matlab. Selection Methods for a Random Sample From Matrix or Array With Dataset in MATLABThis tutorial demonstrates different Selection Methods for a Random Sample from Matrix/Array with Dataset in MATLAB. MATLAB VariablesVariables are used to store values of different data types in MATLAB. Inverse Laplace Transform Using MATLABOne can find the inverse laplace transform using the ilaplace() function in MATLAB. MATLAB Mean FilterWe can create and apply the median or averaging filter using the medfilt2(), fspecial(), and imfilter() function in MATLAB. Text Box in MATLABWe can add a text box on a plot using the annotation() and text() function in MATLAB. MATLAB MAT FileOne can use the MAT file to store and load formatted data in MATLAB. MATLAB TransposeOne can take the transpose of a matrix using the transpose() and ctranspose() function in MATLAB. MATLAB Diagonal MatrixOne can make a diagonal matrix using the diag() and spdiags() function in MATLAB.