stewart-simscape/plot_max_positions.m
2018-05-03 18:14:24 +02:00

11 lines
107 B
Matlab

lmax = 80e-6;
[X, Y, Z] = getMaxPositions(lmax, J);
figure;
hold on;
mesh(X, Y, Z);
colorbar;
hold off;