How can I map a list of 24x3 RGB elements to a list of 256 levels?
1 view (last 30 days)
Show older comments
I need to map a list of 24x3 values with each row represnting a RGB value to a list of 256x3 elements. I was advised that I would find the function polyfit helpful but I do not understand how polyfit works and how it maps elements. Any clarification or suggestions or a simple code snipped explaining how poyfit works would be helpful. Thank you.
4 Comments
Jan
on 9 Apr 2019
With polyfit you fit a polynomial to a set of data. You did not explain if you expect the 24x3 data table to match a polynomial and duplicate sample are mentioned the first time now.
Vague questions are welcome in this forum. It is thenature of questions, that some details are not clear to the asking person. As soon as all details are clear, the solution is usually trivial.
So please explain, why you or your teacher thinks, that the data table is approximately a polynomial.
Answers (0)
See Also
Categories
Find more on Mathematics and Optimization 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!