Given input vector, output it's DC and AC value
Example:
input = 0 1 -1 0 ac = 0 1 -1 0 dc = 0
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers63
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
53406 Solvers
-
Find out missing number from a vector of 9 elements
322 Solvers
-
Sum of odd numbers in a matrix
620 Solvers
-
209 Solvers
-
6610 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Making a judgement about AC & DC based on only four points is unreliable. Not quite as flawed as the test cases in Problem 125, but still could be improved.