Skip to content

Instantly share code, notes, and snippets.

View haraldschilly's full-sized avatar

Harald Schilly haraldschilly

View GitHub Profile
@haraldschilly
haraldschilly / shekel.m
Created October 24, 2012 12:53
Shekel Function
%Shekel-(4,5)
function y = sh5(x)
%
% Shekel function
% Matlab Code by A. Hedar (Nov. 23, 2005).
% The number of variables n = 4
% The parameter m should be adjusted m = 5,7,10.
% The default value of m = 10.
%
m = 5;