Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
len = 10;
num_cycle = 5;
duty = 0.5;
y_correct = [1 0 1 0 1 0 1 0 1 0];
assert(isequal(genSq(len,num_cycle,duty),y_correct))
y =
0 0 0 0 0 0 0 0 0 0
[Warning: Integer operands are required for colon operator when used as index.]
[> In genSq (line 5)
In ScoringEngineTestPoint1 (line 5)
In solutionTest (line 3)
In matlab.unittest.internal.executeCodeBlock (line 11)
In matlab.unittest.internal/ScriptTestCaseProvider/evaluateTestSection (line 134)
In matlab.unittest.internal/ScriptTestCaseProvider/runTestSection (line 128)
In matlab.unittest.internal.ScriptTestCaseProvider>@(testCase)provider.runTestSection(testCase) (line 94)
In matlab.unittest/FunctionTestCase/test (line 96)
In matlab.unittest/TestRunner/evaluateMethodCore (line 873)
In matlab.unittest/TestRunner/evaluateMethod (line 1190)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest.plugins/TestRunnerPlugin/evaluateMethod (line 729)
In scoringengine/OutputPlugin/evaluateMethod
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest.plugins/TestRunnerPlugin/evaluateMethod (line 729)
In scoringengine/FiguresPlugin/evaluateMethod
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/evaluateMethodsOnTestContent (line 815)
In matlab.unittest/TestRunner/runTestMethod (line 1186)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest.plugins/TestRunnerPlugin/runTestMethod (line 648)
In scoringengine/OutputPlugin/runTestMethod
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest.plugins/TestRunnerPlugin/runTestMethod (line 648)
In scoringengine/FiguresPlugin/runTestMethod
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/runTest (line 1133)
In matlab.unittest/TestRunner/repeatTest (line 516)
In matlab.unittest/TestRunner/runSharedTestCase (line 472)
In matlab.unittest/TestRunner/runTestClass (line 1042)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/runTestSuite (line 979)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest.plugins/TestRunnerPlugin/runTestSuite (line 265)
In scoringengine/OutputPlugin/runTestSuite
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest.plugins/TestRunnerPlugin/runTestSuite (line 265)
In scoringengine/FiguresPlugin/runTestSuite
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest.plugins/TestRunnerPlugin/runTestSuite (line 265)
In matlab.unittest.plugins/DiagnosticsRecordingPlugin/runTestSuite (line 201)
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/evaluateMethodOnPluginsFromMethodName (line 426)
In matlab.unittest.internal/SerialTestRunStrategy/runSession (line 22)
In matlab.unittest/TestRunner/runSession (line 940)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/evaluateMethodOnPluginsFromMethodName (line 426)
In matlab.unittest/TestRunner/doRunWithFcn (line 409)
In matlab.unittest/TestRunner/run (line 297)
In scoringengine.verifyCode
In scoringengine.verifyCode
In connector.internal.fevalMatlab
In connector.internal.fevalJSON
]
y =
1 0 1 0 1 0 1 0 1 0
y =
1 0 1 0 1 0 1 0 1 0
|
2 | Pass |
len = 20;
num_cycle = 4;
duty = .2;
y_correct = [1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0];
assert(isequal(genSq(len,num_cycle,duty),y_correct))
y =
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
[Warning: Integer operands are required for colon operator when used as index.]
[> In genSq (line 5)
In ScoringEngineTestPoint2 (line 5)
In solutionTest (line 5)
In matlab.unittest.internal.executeCodeBlock (line 11)
In matlab.unittest.internal/ScriptTestCaseProvider/evaluateTestSection (line 134)
In matlab.unittest.internal/ScriptTestCaseProvider/runTestSection (line 128)
In matlab.unittest.internal.ScriptTestCaseProvider>@(testCase)provider.runTestSection(testCase) (line 94)
In matlab.unittest/FunctionTestCase/test (line 96)
In matlab.unittest/TestRunner/evaluateMethodCore (line 873)
In matlab.unittest/TestRunner/evaluateMethod (line 1190)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest.plugins/TestRunnerPlugin/evaluateMethod (line 729)
In scoringengine/OutputPlugin/evaluateMethod
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest.plugins/TestRunnerPlugin/evaluateMethod (line 729)
In scoringengine/FiguresPlugin/evaluateMethod
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/evaluateMethodsOnTestContent (line 815)
In matlab.unittest/TestRunner/runTestMethod (line 1186)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest.plugins/TestRunnerPlugin/runTestMethod (line 648)
In scoringengine/OutputPlugin/runTestMethod
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest.plugins/TestRunnerPlugin/runTestMethod (line 648)
In scoringengine/FiguresPlugin/runTestMethod
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/runTest (line 1133)
In matlab.unittest/TestRunner/repeatTest (line 516)
In matlab.unittest/TestRunner/runSharedTestCase (line 472)
In matlab.unittest/TestRunner/runTestClass (line 1042)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/runTestSuite (line 979)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest.plugins/TestRunnerPlugin/runTestSuite (line 265)
In scoringengine/OutputPlugin/runTestSuite
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest.plugins/TestRunnerPlugin/runTestSuite (line 265)
In scoringengine/FiguresPlugin/runTestSuite
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest.plugins/TestRunnerPlugin/runTestSuite (line 265)
In matlab.unittest.plugins/DiagnosticsRecordingPlugin/runTestSuite (line 201)
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/evaluateMethodOnPluginsFromMethodName (line 426)
In matlab.unittest.internal/SerialTestRunStrategy/runSession (line 22)
In matlab.unittest/TestRunner/runSession (line 940)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/evaluateMethodOnPluginsFromMethodName (line 426)
In matlab.unittest/TestRunner/doRunWithFcn (line 409)
In matlab.unittest/TestRunner/run (line 297)
In scoringengine.verifyCode
In scoringengine.verifyCode
In connector.internal.fevalMatlab
In connector.internal.fevalJSON
]
y =
1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0
y =
1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0
|
3 | Pass |
len = 10;
num_cycle = 1;
duty = 1;
y_correct = ones(1,10);
assert(isequal(genSq(len,num_cycle,duty),y_correct))
y =
0 0 0 0 0 0 0 0 0 0
[Warning: Integer operands are required for colon operator when used as index.]
[> In genSq (line 5)
In ScoringEngineTestPoint3 (line 5)
In solutionTest (line 7)
In matlab.unittest.internal.executeCodeBlock (line 11)
In matlab.unittest.internal/ScriptTestCaseProvider/evaluateTestSection (line 134)
In matlab.unittest.internal/ScriptTestCaseProvider/runTestSection (line 128)
In matlab.unittest.internal.ScriptTestCaseProvider>@(testCase)provider.runTestSection(testCase) (line 94)
In matlab.unittest/FunctionTestCase/test (line 96)
In matlab.unittest/TestRunner/evaluateMethodCore (line 873)
In matlab.unittest/TestRunner/evaluateMethod (line 1190)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest.plugins/TestRunnerPlugin/evaluateMethod (line 729)
In scoringengine/OutputPlugin/evaluateMethod
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest.plugins/TestRunnerPlugin/evaluateMethod (line 729)
In scoringengine/FiguresPlugin/evaluateMethod
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/evaluateMethodsOnTestContent (line 815)
In matlab.unittest/TestRunner/runTestMethod (line 1186)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest.plugins/TestRunnerPlugin/runTestMethod (line 648)
In scoringengine/OutputPlugin/runTestMethod
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest.plugins/TestRunnerPlugin/runTestMethod (line 648)
In scoringengine/FiguresPlugin/runTestMethod
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/runTest (line 1133)
In matlab.unittest/TestRunner/repeatTest (line 516)
In matlab.unittest/TestRunner/runSharedTestCase (line 472)
In matlab.unittest/TestRunner/runTestClass (line 1042)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/runTestSuite (line 979)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest.plugins/TestRunnerPlugin/runTestSuite (line 265)
In scoringengine/OutputPlugin/runTestSuite
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest.plugins/TestRunnerPlugin/runTestSuite (line 265)
In scoringengine/FiguresPlugin/runTestSuite
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest.plugins/TestRunnerPlugin/runTestSuite (line 265)
In matlab.unittest.plugins/DiagnosticsRecordingPlugin/runTestSuite (line 201)
In matlab.unittest.plugins/TestRunnerPlugin/invokeTestContentOperatorMethod_ (line 760)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/evaluateMethodOnPluginsFromMethodName (line 426)
In matlab.unittest.internal/SerialTestRunStrategy/runSession (line 22)
In matlab.unittest/TestRunner/runSession (line 940)
In matlab.unittest/TestRunner/invokeTestContentOperatorMethod_ (line 928)
In matlab.unittest/TestRunner/evaluateMethodOnPlugins (line 438)
In matlab.unittest/TestRunner/evaluateMethodOnPluginsFromMethodName (line 426)
In matlab.unittest/TestRunner/doRunWithFcn (line 409)
In matlab.unittest/TestRunner/run (line 297)
In scoringengine.verifyCode
In scoringengine.verifyCode
In connector.internal.fevalMatlab
In connector.internal.fevalJSON
]
y =
1 1 1 1 1 1 1 1 1 1
y =
1 1 1 1 1 1 1 1 1 1
|
4 | Pass |
len = 10;
num_cycle = 1;
duty = 0;
y_correct = zeros(1,10);
assert(isequal(genSq(len,num_cycle,duty),y_correct))
y =
0 0 0 0 0 0 0 0 0 0
y =
1 0 0 0 0 0 0 0 0 0
y =
0 0 0 0 0 0 0 0 0 0
|
5 | Pass |
txt = fileread('genSq.m');
assert(isempty(strfind(txt,'for')));
assert(isempty(strfind(txt,'while')));
assert(isempty(strfind(txt,'if')));
|
962 Solvers
Back to basics 8 - Matrix Diagonals
781 Solvers
253 Solvers
Test if two numbers have the same digits
187 Solvers
2143 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!