stewart-simscape/plot_max_positions.m

11 lines
107 B
Mathematica
Raw Normal View History

2018-05-03 18:14:24 +02:00
lmax = 80e-6;
[X, Y, Z] = getMaxPositions(lmax, J);
figure;
hold on;
mesh(X, Y, Z);
colorbar;
hold off;