필터 지우기
필터 지우기

How to create 2D plane from Inplane, Crossplane, and Diagonal profiles

조회 수: 1 (최근 30일)
Yun Inn
Yun Inn 2013년 5월 2일
I need to create 'A', a 2D plane. size(A)=[512 512]
I have the following:
InplaneA is a column of data, that should occupy Column 256 in A. CrossplaneA=InplaneA but should occupy Row 256 in A. DiagA is a vector that should occupy diagonal of A.
size(InplaneA)=size(CrossplaneA)=size(DiagA)=[512 1]
The rest of the points in matrix A should be the interpolated values from the available data.
How do I achieve that?

답변 (1개)

Matt J
Matt J 2013년 5월 2일
편집: Matt J 2013년 5월 2일
You could use something like INPAINT_NANS, but you would be filling the majority of the image based on very little data. I can't imagine how you could ever get meaningfully results based on such little input.

카테고리

Help CenterFile Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by