LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
test_gallery_hyphyp1_linear.m
1% Test gallery_hyphyp1_linear with MVA
2model = gallery_hyphyp1_linear();
3solver = MVA(model);
4avgTable = solver.getAvgTable();
5fprintf('Model: %s\n', model.getName());
6disp(avgTable);