how to form output from this given data
Show older comments
i have a combination of data
column1 column2
3 75
4 15
5 20
6 10
7 00
i my program i have given two inputs for gettings two column of data
enter column 1 data
enter column 1 data
for example i give as 6 and 10
i will get output as 0.6 97.5 0.003
for example i give as 4 and 15
i will get output as 0.9 95.5 0.02
these inputs should not given manually...i need it automaticaal to be done and produce output ...for those data ,please tell how to process
4 Comments
Wayne King
on 29 Oct 2011
How exactly from the example you gave:
3 75 4 15 5 20 6 10 7 00
does one produce from 6 and 10
0.6 97.5 0.003
Fangjun Jiang
on 29 Oct 2011
After posting your question, read it again to see if it makes sense at all.
Naz
on 29 Oct 2011
Yeah, I don't get it neither.
FIR
on 31 Oct 2011
Accepted Answer
More Answers (0)
Categories
Find more on Large Files and Big Data 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!