stewart-simscape/plot_max_positions.m

14 lines
150 B
Mathematica
Raw Normal View History

%%
run stewart_parameters.m
run stewart_init.m
2018-05-03 18:14:24 +02:00
%%
[X, Y, Z] = getMaxPositions(Leg, J);
2018-05-03 18:14:24 +02:00
figure;
hold on;
mesh(X, Y, Z);
2018-05-08 11:48:09 +02:00
grid on;
2018-05-03 18:14:24 +02:00
colorbar;
hold off;