[go: up one dir, main page]

Menu

[r2833]: / latest / help / circle.m  Maximize  Restore  History

Download this file

4 lines (3 with data), 67 Bytes

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