Extract data from a Contour Plot
Mostrar comentarios más antiguos
Hi,
I have a contour image of a turbocharger. I wanted to extract the efficiency map (Contour Map) from the image.
Image is attached for your reference. How should I initiate the process with matlab code.
Would be more helpful if someone could guide me how to start with either matlab or any other toolbox and link to process the image.
Thanks & regards
Raghu
Respuesta aceptada
Más respuestas (1)
Ayush Modi
el 20 de Feb. de 2024
0 votos
Hi Raghu,
To read an image file, you can use imread function in Matlab.
As for extracting contour map from the image, I found similar question in the community.
Please refer to the following MathWorks documentation for information on:
- imread: https://www.mathworks.com/help/matlab/ref/imread.html
- contour: https://www.mathworks.com/help/matlab/ref/contour.html
I hope this helps you get started.
1 comentario
Raghu Vamsi Kodaboina
el 14 de Abr. de 2024
Categorías
Más información sobre Contour Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!