When chromaticity diagram meets a line
Show older comments
Hi,
I used Matlab to plot a chromaticity diagram, then I plotted a line with a function y=ax+b with known a and b.
I am just wondering for the two points p1 and p2 where the line meets the chromaticity diagram, how to get the x and y values of p1 and p2?

Accepted Answer
More Answers (1)
Image Analyst
on 5 Apr 2022
0 votes
Try diving into the code:
>> edit plotChromaticity.m
See what you can learn from that.
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!