Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to export a figure as a spatially referenced image?

조회 수: 1 (최근 30일)
Maximilian Stopfer
Maximilian Stopfer 2019년 12월 12일
마감: MATLAB Answer Bot 2021년 8월 20일
Dear all,
I have a figure with following properties which I'd like to export as spatially referenced image. I created a figure with rectangles, where one tick on the x-/y-axes stands for one mm in the real world. How can I export the figure with a chosen resolution (as example 3px/mm) as .tif?
Thank you in advance.
Sincerely, Max
A = figure(1)
Figure (1) with properties:
Number: 1
Name: ''
Color: [0.9400 0.9400 0.9400]
Position: [560 528 560 420]
Units: 'pixels'
F = getframe(A)
struct with fields:
cdata: [343×436×3 uint8]
colormap: []

답변 (1개)

awezmm
awezmm 2020년 1월 3일

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by