IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
parallel_has.m
Go to the documentation of this file.
1
%> @ingroup globals parallelgroup
2
%> @file
3
%> @brief Checks
if
it is possible to use MATLAB
's Parallel Computing Toolbox
4
%> @return \em flag Whether has or not
5
function flag = parallel_has()
6
parallel_assert();
7
global PARALLEL;
8
flag = PARALLEL.flag_has;
m
misc
globals
parallel_has.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1