How can I map a list of 24x3 RGB elements to a list of 256 levels?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Jan
2019 年 4 月 9 日
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.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Mathematics and Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!