Dynamic-Calibration/utils/YALMIP-master/extras/plottruss.m

9 lines
183 B
Mathematica
Executable File

function plottruss(where,text,p,x)
try
subplot(2,2,where)
title(text)
cla;
pic(p.options.truss,x(union(p.integer_variables,p.binary_variables)));
drawnow
catch
end