image thumbnail

updated 1 month ago

Divergence-Curl Demo by Teja Muppirala

A simple, easy-to-use visualization tool for vector fields. ベクトル場の発散、回転を可視化表示します (curl, field, vector)

Divergence-Curl Demo

image thumbnail

updated 1 year ago

attach by Jeremy Manning

Assign fields of structure to variables in the current workspace. (eval, attach, assignin)

attach(s)

image thumbnail

updated 1 year ago

Swap structure values into strings by Zachary Danziger

Finds fields of a structure in a string, and replaces them with the corresponding field values. (structure, string, field)

struct2strrep(strctr,sin)

image thumbnail

updated 1 year ago

Get structure field names in recursive manner by Adam

Returns the field names of a structure, include the field names of any "sub-structures". (structure, field, fieldnames)

fieldnamesr(S,varargin)

image thumbnail

updated almost 2 years ago

Recursive version of isempty() for cells and structures by Kevin Bartlett

Returns true for cell arrays/structures that are not empty, but have only empty cells/fields. (empty, isempty, cell)

isemptyr(X)

image thumbnail

updated almost 2 years ago

repositionStructField by Georg D

a bit more convenient way to reposition fields in a structure (struct, field, orderfields)

repositionStructField(s,shiftfield,newpos)

image thumbnail

updated 2 years ago

RenameField by Jan Simon

Rename a fields of a struct - fast C-Mex (struct, field, rename)

RenameField(S, Old, New)

uTest_RenameField(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 almost 3 years ago

fRMField by Jan Simon

Remove a field from a struct efficiently - fast C-Mex (field, struct, delete)

TestfRMField(doSpeed)

fRMField(S, ToDelete)

image thumbnail

updated 3 years ago

Structure Fields To Variables by Matt J

Tool for importing/exporting workspace variables to or from a struct. (structure, import, variable)

assigns=structvars(varargin)

image thumbnail

updated 3 years ago

quiverc by Francesco

This function allow the quick creation of vector filled plots. (colored, vector, field)

image thumbnail

updated almost 5 years ago

SORTFIELDS by Ian Howat

SORTFIELDS sort values in all fields within a structure. (structures, cell arrays, field)

sortfields(varargin)

image thumbnail

updated 5 years ago

COLORVFIELD3 Colored 3D Vector Field Plotter by Michael Sullivan

Plots 3D vectors colored according to their lengths. (specialized, plotting, colorvfield)

colorvfield3(X,Y,Z,U,V,W,varargin)

image thumbnail

updated 5 years ago

Colored 2D Vector Field Plotter by Michael Sullivan

Plots 2D vectors colored according to their lengths. (specialized, plotting, colorvfield)

colorvfield(X,Y,U,V,varargin)

image thumbnail

updated 7 years ago

Magnetic Field for a Loop by Teliban Iulian

Magnetic field for a loop off axis. (chemistry, magnetic field, magnetic)

[Bx,Br]=m_field(i,a,x0,r0,xmin,rmin,xmax,rmax,step)

image thumbnail

updated 8 years ago

keepfield by Brett Shoelson

Keep specified fields of a structure, discarding other fields. (structures, cell arrays, keep)

keepfield(instruct,fields)

image thumbnail

updated 11 years ago

Remove a field from a structure by Gane Wong

Much faster version of rmfield() (structures, cell arrays, rmfield)

rmfield2(inp_struct,del_field)

Contact us