Plotting 2D gaussian distribution in 3D

조회 수: 12 (최근 30일)
Darren
Darren 2014년 2월 19일
편집: Darren 2014년 2월 19일
So I'm wanting to see in 3D the 2D guassian distribution with the pdf in the 3rd dimension. Hopefully this makes sense...
Anyway I'm trying something simple for R1n = 2x100 matrix containing 100 samples and 2 dimensions
[X,Y]=meshgrid(R1n(1,:),R1n(2,:)); %form x-y plane
Z=peaks(X,Y);
plot3(X,Y,Z);
but am not even coming close? Any advice?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by