Code covered by the BSD License  

Highlights from
spok: checks if a MATLAB sparse matrix is OK

image thumbnail
from spok: checks if a MATLAB sparse matrix is OK by Tim Davis
Useful for mexFunction authors only

spok_install
function spok_install
%SPOK_INSTALL compiles and installs the SPOK mexFunction
% Your current working directory must be the "spok" directory for this function
% to work.
%
% Example:
%   spok_install
%
% See also sparse, spok, spok_test

% Copyright 2008, Tim Davis, University of Florida

help spok_install
mex spok.c spok_mex.c
addpath (pwd)

fprintf ('Added the following directory to your path:\n') ;
disp (pwd) ;
fprintf ('Use pathtool and click "save" to save this for future sessions.\n') ;

Contact us at files@mathworks.com