Plotting a Density Function Defined in Terms of an Integral

조회 수: 1 (최근 30일)
Kappa Alpha
Kappa Alpha 2021년 6월 10일
편집: Kappa Alpha 2021년 6월 10일
I want to plot the following function in 3D, but I first have to integrate w.r.t. y numerically since its not possible to get an analytical form.
a>0
Normally, I woulld just use
x_1 = linspace(-a,a,300);
x_2 = linspace(-a,a,300);
[X, Y] = meshgrid(x_1,x_1);
but the integral makes things a bit difficult. How can I work around this?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by