Anisotropic / Isotropic 3-D Gaussian profile

Version 1.2.0.0 (1.54 KB) by Amir
Gaussian3D Creates 3-D Gaussian Kernel of specified width sigma_array=[sigma_x, sigma_y, sigma_z]
524 Downloads
Updated 17 Jan 2013

View License

Gaussian3D Creates 3-D Gaussian Kernel of specified width sigma_array=[sigma_x, sigma_y, sigma_z]

How to use the function:
Sx=3;Sy=4;Sz=5;
G = Gaussian3D([Sx, Sy, Sz], [7*Sx, 7*Sy, 7*Sz]);

Cite As

Amir (2026). Anisotropic / Isotropic 3-D Gaussian profile (https://www.mathworks.com/matlabcentral/fileexchange/39746-anisotropic-isotropic-3-d-gaussian-profile), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on EEG/MEG/ECoG in Help Center and MATLAB Answers
Version Published Release Notes
1.2.0.0

Add snapshot and instruction to use the code

1.1.0.0

how to use the function

1.0.0.0