hyperspectral spectrum add a plot

Can you tell me how to make a code that displays reflectance and wavelength like attachments when clicking on a specific area with the mouse like hyperspectral viewer?

回答 (1 件)

Rijuta
Rijuta 2023 年 2 月 23 日

0 投票

Hi Alexai,
Kindly follow the following steps mentioned below to create a code in MATLAB that displays reflectance and wavelength when clicking on a specific area with the mouse:
  1. Load the hyperspectral data into MATLAB
  2. Create a pot of the data
  3. Add an event listener for mouse clicks
  4. Get the x and y coordinates of the clicked point
  5. Get the values for wavelength and reflectance and display them
For more information on hyperspectral data, refer to the documentation.

カテゴリ

質問済み:

2022 年 9 月 17 日

回答済み:

2023 年 2 月 23 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by