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

1 回表示 (過去 30 日間)
George devid
George devid 2020 年 7 月 7 日
編集済み: Stephan 2020 年 7 月 7 日

回答 (1 件)

Stephan
Stephan 2020 年 7 月 7 日
編集済み: Stephan 2020 年 7 月 7 日
A = rand(100,100)
imshow(A)
or
A = (randi(1500,100,100))-750
image(A)

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by