フィルターのクリア

figure an matrix by image

2 ビュー (過去 30 日間)
Fiboehh
Fiboehh 2011 年 5 月 9 日
Hellow, i have reconstruct an image of 16x16 pixels and all the pixels are in a vector of 256 elements P(256) , is it necessary to change P to a dimension P(16,16) to show it in an image. I thought it would but i tried it and it gives a error. Hope for a positive answer :)

採用された回答

Walter Roberson
Walter Roberson 2011 年 5 月 9 日
image(reshape(P,16,16))
What error are you getting?
  10 件のコメント
Matt Fig
Matt Fig 2011 年 5 月 22 日
Exactly as I thought... Good enough!
Walter Roberson
Walter Roberson 2011 年 5 月 22 日
Note that 512 does not have an integer square root. Fiboehh, what do you want to have happen if 512 is selected?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by