Sunke - MATLAB Cody - MATLAB Central

Sunke

7522
Rank
2
Badges
830
Score
1 – 50 of 112

Sunke submitted Solution 14569007 to Problem 167. Pizza!

on 6 Mar 2025 at 10:11

Sunke submitted Solution 1331805 to Problem 62. Elapsed Time

on 8 Nov 2017

Sunke submitted Solution 1314556 to Problem 44375. Missing five

on 25 Oct 2017

Sunke submitted Solution 1297641 to Problem 44344. The 5th Root

on 18 Oct 2017

Sunke submitted Solution 1297637 to Problem 44344. The 5th Root

on 18 Oct 2017

Sunke received Commenter badge for Problem 44345. MATLAB Counter

on 18 Oct 2017

Sunke submitted a Comment to Problem 44345. MATLAB Counter

My function works directly as described - but does not manage to pass the test suite ... what is wrong? %% function varargout = counter(varargin) persistent add base if isempty(varargin) base = base + add; varargout{1} = base; end if numel(varargin) > 1 add = varargin{2}; base = varargin{1}-add; end end

on 18 Oct 2017

Sunke submitted Solution 1104932 to Problem 35. Quote Doubler

on 16 Jan 2017

Sunke submitted Solution 1104931 to Problem 35. Quote Doubler

on 16 Jan 2017

Sunke submitted Solution 1104929 to Problem 35. Quote Doubler

on 16 Jan 2017

Sunke submitted Solution 1102078 to Problem 76. De-dupe

on 11 Jan 2017

Sunke submitted Solution 1087790 to Problem 27. Pangrams!

on 22 Dec 2016

1 – 50 of 112
Go to top of page