Why do I receive a segmentation violation when using the FFTN function? If I run the following command at the MATLAB command prompt, I receive a segmentation violation: X=rand(1000,3); y=fftn(X, 1:100);
Prashant Kumar answered .
2025-11-20
X=rand(1000,3); y = fftn(X,[1, 100]);