image thumbnail

updated 29 days ago

Trim array by Guilherme Coco Beltramini

Remove columns and rows that are empty or that contain only NaN's in the input arrays (trim, array, nan)

trim_array(action,varargin)

image thumbnail

updated 1 month ago

Shift Vector by Sebastian

Shifts a row or column vector by an input number of elements (shift, vector, shift vector)

shiftVector(A,shiftsize,shiftMode)

image thumbnail

updated 1 month ago

Multidimensional matrix multiplication by Sandor Toth

The simple function performs fast matrix multiplication within multidimensional arrays. (matrix, multiplication, simple)

mmat(A,B,dim)

image thumbnail

updated 2 months ago

STRJOIN by Kota Yamaguchi

Concatenate an array into a single string. (string, array, cellstr)

strjoin(input, separator)

image thumbnail

updated 3 months ago

Computation Of Antenna Array Paterns plot by Tamir Suliman

Simple matlab program for Computation of Antenna Array patterns and plotting the patterns (satellite communicati..., antennas, array)

antenna_patterns_excitation_strength.m

image thumbnail

updated 3 months ago

PV array three level inverter (how connect ?) - help by Viliam

How do I connect a PV array to the converter? does not work... Please help me... (fotovoltaic, array, simulink)

foto

image thumbnail

updated 9 months ago

Array Factor by Electromagnetizery

Array Factor for dipoles. Adjustable number of elements, progressive phase, and separation distance. (antenna, phi, factor)

ArrayFactor(varargin)

image thumbnail

updated 10 months ago

Binary search for closest value in an array by Benjamin Bernard

Returns closest value and corresponding index in an increasingly ordered array. (binary search, search, closest)

closest_value(arr, val)

image thumbnail

updated 11 months ago

mxArrayIndexingClass by Mirko Kunze

mxArray indexing class for mex-file programming (matrix, mex, multidimensional)

runtestarrayclass.m

image thumbnail

updated 12 months ago

Concatenate arrays with different sizes in Matlab by Andres

This function allows you to concatenate arrays with different sizes padding with NaN where needed. (array, concatenate, function)

[catmat]=padconcatenation(a,b,c)

image thumbnail

updated 1 year ago

DataHash by Jan Simon

MD5 or SHA hash for array, struct, cell or file (file, md5, array)

DataHash(Data, Opt)

image thumbnail

updated 1 year ago

samesize by Richard Crozier

Determine if all inputs are the same size in all dimensions. (size, dimensions, array)

samesize(varargin)

image thumbnail

updated 1 year ago

Aperiodic array generation by ben payne

Functions to create aperiodic 1D, 2D arrays from Thue-Morse, Fibonacci, Rudin-Shapiro algorithms (aperiodic, thuemorse, thue)

convert_1D_binary_to_2D_array(sequenc)

convert_2D_array_to_coordinates(sourceGrid,scatr_const)

generate_1D_baumSweet_array(generation,seed)

image thumbnail

updated 1 year ago

Copy Files in Batches using Search Terms by Tristan Ursell

Copy files matching search terms, from sub-directories matching search terms into a new directory. (array, cell, copy)

accumulator

image thumbnail

updated 1 year ago

File Name Search Function by Tristan Ursell

Generate a list of file names that meet a set of text search criteria. (file, search, find)

filenames=filefinder(searchpath,varargin)

image thumbnail

updated 1 year ago

Circ by Christopher Wilcox

Matlab function to return a generalized circular/elliptical mask (circle, mask, array)

circ(r, dim, centerCoord)

image thumbnail

updated 1 year ago

Pad by Christopher Wilcox

Matlab function to pad an array to a desired new size (array, data)

pad(B, newSize, paddedWith)

image thumbnail

updated 1 year ago

vecfun by Adam Gripton

Applies a function to each entry of an N-dimensional array comprised of vectors. (data processing, vector, array)

M=vecfun(f,A,dim)

image thumbnail

updated 1 year ago

sub2allind by Michael Völker

convert subscripts to ALL corresponding indices (subscript, index, indices)

sub2allind(sz, varargin)

image thumbnail

updated 1 year ago

Antenna Arrays in 3D by Amol Mahurkar

Produces radiation pattern for Broadside, Endfire, and Binomial antenna arrays in 3 dimensions (endfire, broadside, antenna)

Binomial_array_3D.m

Broadside_array_3D.m

Endfire_array_3D.m

image thumbnail

updated 1 year ago

find sequences by Maxim Vedenyov

Finds sequences of repeated elements in array (find, sequence, array)

[i1a i2a]=find_sequences(b,n)

image thumbnail

updated 1 year ago

Antenna Arrays by Amol Mahurkar

Produces radiation pattern for Broadside, Endfire, Binomial, and Dolph - Chebyshev antenna arrays (matlab, endfire, array)

Binomial_array_1.m

Broadside_array_1.m

Dolph_Chebyshev_array_1.m

image thumbnail

updated almost 2 years ago

Array sorting by satendra kumar

Program for Sorting of Array in Matlab (matlab, array, sorting)

[out]=Array_sort()

image thumbnail

updated almost 2 years ago

Consecutive vector spliter by Bruno Luong

Partition an input vector into smaller series of subvectors of consecutive elements (array, cell, split vectors)

SplitVec(v, fun, varargin)

image thumbnail

updated almost 2 years ago

array2ind by Greggory

A modification of the built-in sub2ind. (sub2ind, array2ind, array)

array2ind( siz, in_array, ~ )

image thumbnail

updated almost 2 years ago

BSXCAT by Bruno Luong

Concatenate two arrays along a specific dimension with auto expansion of singleton enabled. (concatenate, cat, bsxfun)

bsxcat(dim, A, B)

image thumbnail

updated almost 2 years ago

subarray by Peter Mao

Extracts a subarray from an array. Useful for function outputs. (array, array manipulation, matrix)

array_out=subarray(array_in, varargin)

image thumbnail

updated almost 2 years ago

Plot an Array of Structures by Jonathan Sullivan

This utility will plot an array of structures. (plot, shaperead, array)

plotAS(varargin)

image thumbnail

updated almost 2 years ago

cellSearch by Alexander Wallar

This function returns the position in a cell of an element in which you are looking for. (cell, array, data)

cellSearch(theCell,element)

image thumbnail

updated almost 2 years ago

FilterM by Jan Simon

A faster FILTER and FILTFILT: Speedup factor 2.5 to 25 (array, smooth, filter)

FiltFiltM(b, a, X, Dim)

FilterM(b, a, X, Z, Dim, Reverse)

uTest_FiltFiltM(doSpeed)

image thumbnail

updated 2 years ago

SUM(A, col) by Carson

Summation function for adding elements of entire column in array (sum, column, array)

SUM(A, col)

image thumbnail

updated 2 years ago

Inversion every 2D slice for arbitrary Multi-dimension array. by Xiaodong

Inverse every 2D slice for an arbitrary N-D array (M). (inversion, inverse, array)

multinv(M)

image thumbnail

updated 2 years ago

MinMaxElem by Jan Simon

Min and max element and index - C-Mex faster than MIN/MAX (min, max, cmex)

MinMaxElem(varargin) %#ok<VANUS,STOUT>

uTest_MinMaxElem(doSpeed)

image thumbnail

updated 2 years ago

displaytable by Matt Caywood

Legible display of N-dimensional data tables with color highlighting of entries. (matrix, display, table)

displaytable(data,headings,labels,cellsize,decimalsize,perm...

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class02 - Part06 by GAMAL ALKIRSHI

Class-2 Part-6 (matlabs video lecture..., numerical display for..., some of matlabs varia...)

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class02 - Part05 by GAMAL ALKIRSHI

Class-2 Part-5 (array, matrix, some of matlabs varia...)

image thumbnail

updated 2 years ago

BestArrayDims by Zachary Danziger

Arrange n elements in an array (for subplots). (array, matrix, subplot)

BestArrayDims(n,wv)

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class02 - Part04 by GAMAL ALKIRSHI

Class-2 Part-4 (matlabs video lecture..., numerical display for..., some of matlabs varia...)

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class02 - Part03 by GAMAL ALKIRSHI

Class-2 Part-3 (matlabs video lecture..., numerical display for..., some of matlabs varia...)

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class02 - Part02 by GAMAL ALKIRSHI

Class-2 Part-2 (matlabs video lecture..., numerical display for..., some of matlabs varia...)

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class02 - Part01 by GAMAL ALKIRSHI

Class-2 Part-1 (matlabs video lecture..., numerical display for..., some of matlabs varia...)

image thumbnail

updated 2 years ago

MatLab's Video Lectures - Class-2 : Lecture's Flies by GAMAL ALKIRSHI

Class-2 : Lecture's Flies (matlabs video lecture..., numerical display for..., some of matlabs varia...)

image thumbnail

updated 2 years ago

DGradient by Jan Simon

Gradient of arrays as fast C-Mex (derivative, gradient, array)

DGradient(X, Dim, Spacing, Method) %#ok<STOUT,INUSD>

uTest_DGradient(doSpeed)

image thumbnail

updated 2 years ago

structfind by Dirk-Jan Kroon

Search for a value, cell or string inside a Matlab struct (structfind, struct, find)

index=structfind(a,field,value)

image thumbnail

updated 2 years ago

FINDARRAY by Mukhtar Ullah

Find one array within another. (find, vector, array)

findarray(a,b,flag)

image thumbnail

updated 2 years ago

BlockMean by Jan Simon

Mean of rectangular submatrices, fast C-Mex (no running mean) (block, image processing, array)

BlockMean(X, V, W)

uTest_BlockMean(doSpeed)

image thumbnail

updated 2 years ago

Array_mutual_coupling_ASM_MBF by Belen

Simulation of wire antenna array using MBF and ASM (antenna, wireless, mutual coupling)

[ii1,Ztot]=wiremom_finite(a,l,f,M,Zl,N,d);

[iie,ii]=arrays_compare(Mr,lambda)

[output]=levin2(ff,tt,pmax,mult)

image thumbnail

updated 2 years ago

unique with tolerance by Siyi Deng

Similar to Unique, gives unique element within a tolerance. (unique, tolerance, array)

uniquetol(x,tol,varargin)

image thumbnail

updated 2 years ago

Structure Cut by Sean Bryan

Utility function that applies the same cut to specified elements of a structure. (signal processing, structure, struct)

struct_cut( in, field_arr, indices )

image thumbnail

updated 2 years ago

Write Cell Array to Text File by Roland Pfister

A cell array is written to a delimited output file, incl. options for appending & custom delimiters. (array, cell, dlmwrite)

dlmcell(file,cell_array,varargin)

Contact us