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

9 lines
183 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
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