Problem 925. Unique - Very Very Large Numbers
Given a vector column, with some very large numbers, create the ascending sort and unique vector.
Input: A (column vector)
Output: B (unique and ascending sorted column vector)
Examples: [5;4;3;2;2;1] outputs [1;2;3;4;5]
[9223372036854775808;9223372036854775806] outputs [9223372036854775806;9223372036854775808]
Solution Stats
Problem Comments
Solution Comments
Show commentsGroup

MATLAB JOINT CODY EVENT 2024
- 20 Problems
- 10 Finishers
- Slope intercept application
- findPositiveEvenNumbers
- Hemisphere Volume on Top of a Cylinder
- area
- Return area of square
- Potential energy calculation
- Volume and area of a sphere
- Create the following sequence : 0 1 1 4 9 25 64 169 ...
- Unique - Very Very Large Numbers
- Sum of series
- "mirror" matrix
- Pernicious Anniversary Problem
- Find Logic 20
- Remove element(s) from cell array
- Matlab Basics - Rounding II
- It dseon't mettar waht oedrr the lrettes in a wrod are.
- Are all the three given point in the same line?
- Is the Point in a Triangle?
- Counting Sequence
- Word Counting and Indexing
Problem Recent Solvers77
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!