[go: up one dir, main page]

Menu

[r3329]: / latest / help / circles.m  Maximize  Restore  History

Download this file

4 lines (3 with data), 92 Bytes

1
2
3
function [data y] = circles(prob, data, u)
y = (u(1)^2+u(2)^2-1)*((u(1)-1)^2+u(2)^2-1);
end