필터 지우기
필터 지우기

How to extract a matrix from a .fig in Matlab?

조회 수: 8 (최근 30일)
Sachin Nag
Sachin Nag 2017년 4월 21일
답변: Image Analyst 2017년 4월 21일
I have a Matlab .fig file. (Basically a pcolor plot). I want to extract the matrix (like rows and columns into an array variable) from this image. How do I do this? Thanks for any inputs or pointers.

답변 (1개)

Image Analyst
Image Analyst 2017년 4월 21일
Use getimage() or getframe() depending on what you want to do. Or you can use export_fig to export the whole axes or figure to an image file, like a .PNG file.

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by