24,529 results
This submission implements a robust cost function for designing chamfer masks
Makes the pre-R2008b (MATLAB 7.7) default desktop layout available on the Desktop Layout menu.
In MATLAB® 7.7 the default layout was changed. Choosing "Default" from the Desktop Layout menu now arranges desktop tools in three columns where previously they appeared in two columns. If you
Adaptive Morphological Reconstruction for Seeded Image Segmentation. It is published in 2020-TIP.
Overlapping elements of 2 cell strings. 10-20 times faster than INTERSECT/ISMEMBER/SETDIFF.
'}, {'a', 'c', 'd', 'a', 'b'}) replies: AI = [1, 2, 4] and: BI = [1, 5, 1] [AI, BI] = CStrAinBP({'a', 'b', 'A'}, {'a', 'c', 'a', 'B', 'b'}, 'i') replies: AI = [1, 2, 3] and: BI = [1, 4, 1
In this repository, we implemented and trained the SciNet network described in arXiv:1807.10300v3.
project Scinet.prj(optional) run "Read instructions" from project shortcuts panelMathWorks Products (http://www.mathworks.com)Requires MATLAB release R2019b or newerDeep Learning Toolbox™Getting StartedRun
This code multiplies two sinusoids and plots all the three waves into a single plot.
This function generates a *.avi file of a geometric interpretation of a fractional order integral for changing orders of alpha.
This function generates a *.avi file of a geometric interpretation of a fractional order integral for changing orders of alpha. The code is based off the work from Podlubny et. al [1]. [1] Podlubny
FRED® REST API support for MATLAB
A iterative version of function allcomb, which compute all of the combinations of the elements of numbers of arrays.
. Notice that, it only compute the comb of 1D arrays! Technically, it use a recursive approach in place of an undetermined nested of for-loop Example: A_range = 0:2:6; B_range =
Type Curve for an Unfractured Well in an Infinite-Acting Homogeneous Reservoir with Wellbore Storage and Skin Effects.
Efficient calculation of combination or binomial coefficient, without direct calculating factorials.
below)https://kr.mathworks.com/matlabcentral/fileexchange/105320-nck?tab=discussions#discussions_2429840usage:>> nck(7,5)21Inspired by python reduce implementationmodified using better alrorithm
The codes show backward integration simulation on mathematical dynamical models for SDDRE controller in regulation and tracking.
Label contours along a curve in MATLAB
Thresholding and Regularization Techniques for Image Denoising
TRT_FilterThresholding and Regularization Techniques for Image DenoisingGUI requires MATLAB 2021bCite the paper:Nguyen N. Hien, Dang N.H. Thanh, Ugur Erkan, Joao M.R.S. Tavares. “Image Noise Removal
Draw Sketch Profile Cookie Cupcake Gear Wavy Circular Shapes
This code is used to find overlap range for different vector interval
This app detect the virus using ML technique !
Finds the feasible region from a set of constant, linear and nonlinear inequalities
Piecewise linear feasible regionFinds the piecewise linear feasible region from a set of constraints functions (inequalities) derived within the actual problem domain. y 'sign' f1(x) y 'sign
Easy to use, GUI based tool to capture, analyze, validate, postprocess, visualize and simulate PIV data.
online](https://matlab.mathworks.com/open/fileexchange/v1?id=27659) (no hardware interaction, free Mathworks account
Intersection of Polyhedron with Plane
Convert colors between rgb and hex values
sign is optional = 0.2000 0.3020 0.4000myRGBvalue = hex2rgb('#334D66',255) = 51 77 102myhexvalues = ['#334D66';'#8099B3';'#CC9933';'#3333E6'];myrgbvalues = hex2rgb(myhexvalues) =
Generates global stiffness matrix from elements stiffness matrices in a fast way
A collection of snippets that exemplify the proper implementation of conservative high-order compact-schemes.
extremely versatile implementation of conservative compact schemes is possible thanks to three ingredients:1. A Taylor Table algorithm (see: Easy build compact schemes).2. An ingenious spare technique to
Set of functions for receiving mail feedback from Matlab
Set of functions for receiving mail feedback from Matlab.1) sendstatus(to,verbose) sends the exit status of a script/function to the mail addresses specified in to. In case of failure the function
For a given data, Gamma fit is computed using Method of Moments.
1. Gamma distribution is characterized by two parameters: Shape and scale.2. For a given data, we can estimate shape and scale using Maximum likelihood or Method of Moments.3. In this code, we use
Xiao's image colour transfer algorithm published in 2006
Numerical computations of first eigenstates of the Hamiltonian in atomic units of the electron in the hydrogen atom.
Gui for visualizing A = U*S*V'
An image inpainting method presented in SigComTel 2019
Please cite the following paper:D. N. H. Thanh, N. Van Son and V. B. S. Prasath, "Distorted Image Reconstruction Method with Trimmed Median," 2019 3rd International Conference on Recent Advances in
SS_Beam.m computes simply-supported or Pinned-pinned beam mode shapes & natural frequencies
Matlab interface to the L-BFGS-B nonlinear optimization algorithm
L-BFGS-B is a collection of Fortran 77 routines for solving nonlinear optimization problems with bound constraints on the variables. One of the key features of the nonlinear solver is that the
Plotting given binary data into a Phase Trellis Plot. Code flexible for any limit of binary digits, and has limits -pi to pi.
Algorithm:1) If input is 1, add pi/2 to the previous value and append to output if the output is above pi, else subtract by 2pi.2) If input is 0, subtract pi/2 from the previous value and append to
This package contains the supplementary software for the book titled: Empirical Approach to Machine Learning.
This package contains the supplementary software for the book titled: Empirical Approach to Machine Learning.This package is composed of:1. AAD.m - Autonomous Anomaly Detection Algorithm2. ADP.m -
Some basic codes in Computer Aided Design
? A lightweight neuroimaging .nii to .png converter for Matlab users
Rejoice medical imaging/computer vision researchers, a lightweight neuroimaging .nii to .png converter for your image processing needs.1. Add your script to your path. And run it simply by typing
This function interpolates the x-positions of roots/sign changes in the data in y and adds the roots to the vectors.
Automatic control of Flappy Bird
Function that returns as output the controllable and observable canonical forms in symbolic variable of a system in state space model.
Background Timer that will remind you to drink something after a set amount of time passed
many line and curve intersection.
MATLAB Code for Creating a Mesh from a Bitmap Image
This program gets the ages of famous dead people from all months in a specified year from Wikipedia and histograms them.
An RF Impedance Matching Using Smith Chart Guided Adaptive Control is designed to guarantee global convergence of a matching network.
Calculates the determinant of jacobian and deformation matrix (B) of wedge element in finite element analysis
A matlab implementation of the interpolative decomposition based on strong RRQR
bounded by the pre-specified constant. A(J,:) and U are usually called the skeleton and projection matrix, respectively. The code contains the ID approximation with (1) a fixed rank, i.e., the dimension of
Least Squares Collocation - data interpolation, empricial covariance estimation & function fitting
griddataLSC can be used interpolate data using least squares collocation.It offers the choice of 6 covariance functions; 1. the 3-D logarithmic covariance function2. the 2-D exponential covariance
Estimation of coronavirus COVID-19 epidemic size by the logistic model
A simple example of how to read a Xively feed from MATLAB
Save struct and object variables as a JSON file
Arthur Y.C. Liu 24/06/2020Example: data.name = 'chair'; data.color = 'pink'; data.metrics.imageSize = [1920; 1080]; data.metrics.height = 0.3; data.metrics.width = 1.3; saveJSONfile(data
2D and 3D Mirror-Symmetry Detection via Registration
Calculating temperature at the internal nodes for a Convection-Diffusion problem
This function calculates label positions in scatter plot. The position is calculated so as to avoid other data and labels.
) value.)This matrix shows the label position associated with dtPos.usage_calcTextPosInScatterPlot.mThis file is an example of usage of calcTextPosInScatterPlot.1. Prepare dtPos.2. Call
Automated data importing tool with time series management and visualization capabilities
FindReplaceTool helps to search a string in a Simulink model and replace it with another string.
How to create, train and deploy deep neural networks for embedded GPUs