Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 9 months ago

Parallel Computing test (Ordinary Differential Equation) by Bogumila & Zbigniew MROZEK

Describes how to use Parallel Computing Toolbox to speed up computing with multi core computer. (multicore, dualcore, parallel computing)

m9911

m9912

ode1000.m

image thumbnail

updated 11 months ago

SCOPE: interactively tabulate SEER excel variables by Rex Cheung

This takes SEER excel column data interactively, tabulate them, write back in table format. (data import, data export, optimization)

output=xls2tabulate2xls(xlsfilename)

image thumbnail

updated 2 years ago

pmap - Parameter Space Stability Mapping Suite by Michael Knap

Finds the Hurwitz stability region in a parameter space of a continuous time system. (control design, mathematics, data exploration)

A Walkthrough of using the pmap suite

Stable=pmap_calc(varargin)

pmap(varargin)

image thumbnail

updated 2 years ago

Accelerating Finite Element Analysis (FEA) in MATLAB by Vaishali Shrivastava

Accelerate computationally intensive part of FEA by using Parallel computing. (parallel computing to..., fem, parallel computing)

computeMForcesfromV(nodes, edges, triangles, potential, geo...

connectivity(p,t)

copyright

image thumbnail

updated 2 years ago

A CUDA accelerated Beam Propagation Method [BPM] Solver using the Parallel Computing Toolbox by Patrick Kano

A beam propagation method solver using the CUDA capabilities in the parallel computing toolbox. (mathematics, optics, cuda)

CUDAparaxbpm(CUDAswitch, PLOTswitch, BetaSwitch, Nx, Ny, Le...

FunEfieldinit(MeshX, MeshY, Nx, Ny, LengthX, LengthY)

FunPlotSim(zidx, PosZ, MeshX, MeshY, nMatrix, Efield, Meshk...

Contact us