Problem 1125. Find out missing number from a vector of 9 elements
You are given a vector of size 9,
x = [x1 x2 x3 x4 x5 x6 x7 x8 x9]
Elements of x may be randomly selected without repeating from 0,1,2,3,4,5,6,7,8,9
Find a simple solution to find out missing value?
Solution Stats
Problem Comments
-
1 Comment
Duane Hanselman
on 28 Dec 2012
what is the "missing value"? How is ti related to x? What properties does it have? Can you give an example?
Solution Comments
Show commentsProblem Recent Solvers299
Suggested Problems
-
22254 Solvers
-
Convert a numerical matrix into a cell array of strings
1830 Solvers
-
Find the maximum number of decimal places in a set of numbers
2854 Solvers
-
425 Solvers
-
Add a row of zeros on top of a matrix
250 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!