Dynamic-Calibration/utils/YALMIP-master/@sdpvar/sqr.m

2 lines
26 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function y=sqr(x)
y = x*x;