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

4 Ansichten (letzte 30 Tage)

Antworten (1)

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

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by