필터 지우기
필터 지우기

How can I create(form) an image from a M by N matrix?

조회 수: 1 (최근 30일)
Madhavareddy kota
Madhavareddy kota 2013년 5월 7일
Hello,
I have an M by N (50by1) received signal Matrix and I wanna form an image pixel by pixel or element by element.Which means i need to divide this matrix into sub element or pixel and make an image.Here I am working on Global Back Projection method for UWB radar (synthetic aperture).Can any one suggest me how to from an image?.Please help me.THANKING YOU.

채택된 답변

David Sanchez
David Sanchez 2013년 5월 7일
Try image command:
a=[1 202 30;131 40 255;0 100 250];
image(a)
Help image will tell you more about its use

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by