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
Solution Comments
Show comments
Loading...
Problem Recent Solvers321
Suggested Problems
-
7262 Solvers
-
5971 Solvers
-
Calculate the area of a triangle between three points
3420 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13658 Solvers
-
Magic is simple (for beginners)
11151 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!
what is the "missing value"? How is ti related to x? What properties does it have? Can you give an example?