I want to get 2d image from a sensor data.What matlab commands convert a dataset to images?

4 visualizaciones (últimos 30 días)

Respuestas (1)

Stephan
Stephan el 7 de Jul. de 2020
Editada: Stephan el 7 de Jul. de 2020
A = rand(100,100)
imshow(A)
or
A = (randi(1500,100,100))-750
image(A)

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by