フィルターのクリア

How can i obtain such 3-D meshgrid image of ...

2 ビュー (過去 30 日間)
ZhG
ZhG 2013 年 6 月 22 日
Hello,
Acutally, I want to generate a 3-D plot for a Gabor filter's (2D matrix) real part and imaginary part. But I don't know how to do so. For example, I calculate the real and imaginary parts of a Gabor filter which are like:
GR = M-by-M matrixGr =
Columns 1 through 6
0.0000 -0.0000 -0.0000 0.0000 0.0000 -0.0000
-0.0000 -0.0000 0.0000 0.0000 -0.0000 0.0000
-0.0000 0.0000 0.0000 -0.0000 0.0000 0.0000
0.0000 0.0000 -0.0000 0.0000 0.0000 -0.0001
0.0000 -0.0000 0.0000 0.0000 -0.0002 -0.0008
-0.0000 0.0000 0.0000 -0.0001 -0.0008 0.0051
0.0000 0.0000 -0.0000 -0.0002 0.0028 0.0021
0.0000 -0.0000 -0.0000 0.0005 0.0006 -0.0086
-0.0000 -0.0000 0.0000 0.0001 -0.0014 0.0006
-0.0000 0.0000 0.0000 -0.0001 0.0001 0.0005
0.0000 0.0000 -0.0000 0.0000 0.0000 -0.0000
0.0000 -0.0000 0.0000 0.0000 -0.0000 -0.0000
-0.0000 0.0000 0.0000 -0.0000 -0.0000 0.0000
Columns 7 through 12
0.0000 0.0000 -0.0000 -0.0000 0.0000 0.0000
0.0000 -0.0000 -0.0000 0.0000 0.0000 -0.0000
-0.0000 -0.0000 0.0000 0.0000 -0.0000 0.0000
-0.0002 0.0005 0.0001 -0.0001 0.0000 0.0000
0.0028 0.0006 -0.0014 0.0001 0.0000 -0.0000
0.0021 -0.0086 0.0006 0.0005 -0.0000 -0.0000
-0.0158 0.0021 0.0028 -0.0002 -0.0000 0.0000
0.0021 0.0051 -0.0008 -0.0001 0.0000 0.0000
0.0028 -0.0008 -0.0002 0.0000 0.0000 -0.0000
-0.0002 -0.0001 0.0000 0.0000 -0.0000 0.0000
-0.0000 0.0000 0.0000 -0.0000 0.0000 0.0000
0.0000 0.0000 -0.0000 0.0000 0.0000 -0.0000
0.0000 -0.0000 0.0000 0.0000 -0.0000 -0.0000
Column 13
-0.0000
0.0000
0.0000
-0.0000
-0.0000
0.0000
0.0000
-0.0000
0.0000
0.0000
-0.0000
-0.0000
0.0000

回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 6 月 22 日
Why not
mesh(GR)
?

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by