www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/FiniteElementsOfVectorExample.m

    %% Finite Elements of Vector
% Create a row vector, |A|, and determine the finite elements.
A = 1./[-2 -1 0 1 2]

%%
TF = isfinite(A)