how to format rows columns for display
Show older comments
I have 5 columns and 800 rows and the last row contains percentage ranging from (90.20 to 99.98),first i want to round off that percentage ans have to display it withs all its column and ten i want to select two percentage which is highest and want to dispaly with all its 5 columns
The input is
1 2 1 0 93.06
1 3 1 0 97.06
2 1 0 0 99.09
.
.
.
.
800 0 1 0 98.36
i need the output as
2 1 0 0 99.09
800 0 1 0 98.36
assuming for example 98 and 99 are highest
ten i have to calculate CV error for the third column,have to use in built function,please help
Accepted Answer
More Answers (1)
DSP Masters
on 17 Nov 2011
0 votes
use 'reshape' function in matlab
Categories
Find more on Graph and Network Algorithms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!