Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to export a figure as a spatially referenced image?

1 Ansicht (letzte 30 Tage)
Maximilian Stopfer
Maximilian Stopfer am 12 Dez. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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: []

Antworten (1)

awezmm
awezmm am 3 Jan. 2020

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by