LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
lib
kpctoolbox
map
map_issym.m
1
function [TF] = map_issym(MAP)
2
% Returns 1
if
the MAP or
MMAP
is
symbolic, 0 otherwise.
3
4
TF = 0;
5
6
for
i = 1:length(MAP)
7
if
strcmp(
class
(MAP{1}),
'sym'
)
8
TF = 1;
9
return
10
end
11
end
MMAP
Definition
solver_mam_traffic.m:35
is
Definition
qsys_mg1_prio.m:10
Generated by
1.9.8