goc3 submitted Solution 1797483 to Problem 44835. Calculate the square of a number (Super Easy) on 25 Apr 2019 |
goc3 submitted Solution 1797478 to Problem 44821. Scalar Matrix Manipulation on 25 Apr 2019 |
goc3 submitted Solution 1797475 to Problem 44818. Add consecutive integer numbers on 25 Apr 2019 |
goc3 submitted Solution 1797470 to Problem 44817. Wrecked Angles? on 25 Apr 2019 |
goc3 submitted Solution 1797453 to Problem 44813. Optimization of cylinder surface area on 25 Apr 2019 |
goc3 submitted Solution 1797451 to Problem 44811. Cube root of max value in a vector on 25 Apr 2019 |
goc3 submitted Solution 1797449 to Problem 44807. Number Power on 25 Apr 2019 |
goc3 submitted a Comment to Solution 1684038 That's quite the pattern to figure out...
on 25 Apr 2019 |
goc3 submitted Solution 1797448 to Problem 44797. Cannibal eating odd and even numbered men on 25 Apr 2019 |
goc3 submitted Solution 1797410 to Problem 44785. Lunar Arithmetic (Addition) on 25 Apr 2019 |
goc3 submitted Solution 1797402 to Problem 44768. Muphry's Law of MATLAB on 25 Apr 2019 |
goc3 submitted a Comment to Problem 44752. Lights Out 2 - 5x5, 4 moves @Jean-Marie Sainthillier: thanks.
https://www.mathworks.com/matlabcentral/cody/groups/624
More problems will be coming in this series.
on 22 Apr 2019 |
goc3 submitted Problem 44764. Lights Out 10 - 5x5, with wrapping, 6 moves to Board Games I on 22 Apr 2019 |
goc3 submitted Problem 44761. Lights Out 9 - 5x5, light-only solution? II to Board Games I on 22 Apr 2019 |
goc3 submitted a Comment to Problem 174. Roll the Dice! @jiangming wang: Cody utilizes vanilla MATLAB (no toolboxes).
on 22 Apr 2019 |
goc3 submitted a Comment to Solution 1790572 Cody utilizes vanilla MATLAB (no toolboxes).
on 22 Apr 2019 |
goc3 received Curator badge for Strings III on 21 Apr 2019 |
goc3 received Curator badge for Number Manipulation II on 7 Apr 2019 |
goc3 received Curator badge for Number Manipulation I on 8 Mar 2019 |
goc3 submitted a Comment to Problem 44819. Relative pose in 2D: problem 1 Sorry for any confusion that may have been caused. Yes, there may be a need for more detailed explanations of some site functioning, but that is beyond my power. For what it's worth, the scoping rule is consistently applied for all problems on the site: variables called within each test case are only available to that test case. I (and many other problem creators) end up repeating lines for any required variables within each test case.
on 25 Jan 2019 |
goc3 received Curator badge for Sequences & Series III on 22 Jan 2019 |
goc3 received Curator badge for Computational Geometry II on 22 Jan 2019 |
goc3 received Curator badge for Indexing IV on 21 Jan 2019 |
goc3 received Curator badge for Strings II on 21 Jan 2019 |
goc3 received Curator badge for Matrix Manipulation II on 21 Jan 2019 |
goc3 received Curator badge for Sequences & Series II on 20 Jan 2019 |
goc3 received Curator badge for Matrix Patterns II on 18 Jan 2019 |
goc3 received Curator badge for Indexing V on 18 Jan 2019 |
goc3 received Curator badge for Project Euler I on 18 Jan 2019 |
goc3 received Curator badge for Magic Numbers II on 18 Jan 2019 |
goc3 received Curator badge for Matrix Manipulation I on 17 Jan 2019 |
goc3 received Curator badge for Indexing III on 17 Jan 2019 |
goc3 received Curator badge for Indexing I on 17 Jan 2019 |
goc3 submitted a Comment to Problem 44243. Ternary Conditional Operator The test suite has been fixed. (The initial line is no longer commented out.)
on 17 Jan 2019 |
goc3 submitted a Comment to Problem 44819. Relative pose in 2D: problem 1 A %% needs to be added before the first line. Otherwise, the server parses that first line of the test suite as a comment. I've fixed it here; feel free to fix this problem wherever else it occurs in problems you've created.
on 17 Jan 2019 |
goc3 received Curator badge for Draw Letters on 17 Jan 2019 |
goc3 received Curator badge for Card Games on 17 Jan 2019 |
goc3 received Curator badge for Solution 1707781 on 16 Jan 2019 |
goc3 submitted a Comment to Solution 1705821 You need to find a way to operate on the string, which may involve mathematical operations on small portions of the string, bit by bit, converting small portions of the string to a number, in an iterative fashion, etc., based on the method you choose. str2num() is subject to loss of precision for very large numbers and will not work for at least one test case in essentially all of these problems (by design).
on 11 Jan 2019 |
goc3 submitted a Comment to Solution 1705227 That test case has the longest string input, by far. Your solution is coded to only sum digits twice. After those two steps, the resulting sum in this specific case is still greater than 9, and, therefore, fails your test of equal to a single-digit multiple of three (3, 6, or 9).
on 10 Jan 2019 |
goc3 submitted Problem 44816. Word Distance - Average Sort on 9 Jan 2019 |
goc3 submitted Problem 44760. Lights Out 8 - 5x5, light-only solution? I on 9 Jan 2019 |
goc3 submitted a Comment to Solution 1704295 The error you are receiving has to do with the Cody server, not your function. Try it again (wait a few hours between attempts) until you no longer see the "temporary unavailability of MATLAB Service" error.
on 8 Jan 2019 |
goc3 submitted Problem 44815. Word Distance - Sum on 2 Jan 2019 |
goc3 submitted Solution 1701574 to Problem 44815. Word Distance - Sum on 2 Jan 2019 |
goc3 submitted a Comment to Solution 1697979 The fibonacci() function is part of the Symbolic Math toolbox. Cody utilizes vanilla Matlab and does not currently support toolbox functions.
on 2 Jan 2019 |
goc3 submitted Solution 1686195 to Problem 44812. Draw Dominos on 4 Dec 2018 |
goc3 submitted Problem 44812. Draw Dominos on 4 Dec 2018 |
goc3 submitted Problem 44759. Lights Out 7 - 5x5, x moves on 3 Dec 2018 |
goc3 submitted a Comment to Problem 44794. Testing Problem Creation @Vipresh Gangwal: there is no need to publish test problems. You can click the Unpublish button on the problem's edit page to remove it from public view until it is complete. Also, you can, and should, supply a reference solution and use the "Test reference solution" button on the edit page to ensure that the problem is solvable and properly functioning before it is published.
on 28 Nov 2018 |