Problem 1981. Time and Variable mapping and matching
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
Alfonso Nieto-Castanon
on 12 Nov 2013
suggestion: please change the testsuite line that reads "assert(isequal(your_fcn_name(x),y_correct))" to [Time,a,b,c,d,e]=your_fcn_name(X); assert(isequal([Time;a;b;c;d;e],y_correct));
Chintan
on 12 Nov 2013
Done. Many Thanks.
Alfonso Nieto-Castanon
on 12 Nov 2013
I believe you still would need to add back the line "y_correct=[Time;a;b;c;d;e];" right before the line "[Time,a,b,c,d,e]=your_fcn_name(X);" for the testsuite to work?
Chintan
on 12 Nov 2013
Sorry, my mistake.Thanks.
Problem Recent Solvers11
Suggested Problems
-
1809 Solvers
-
Project Euler: Problem 9, Pythagorean numbers
722 Solvers
-
Similar Triangles - find the height of the tree
231 Solvers
-
168 Solvers
-
Cody Computer Part 2 - Get the license number of Cody Computer
59 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!