photo

Faysal Andary


Last seen: 대략 1년 전 2023년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Make a plot with ksdensity in 3D or with a 3rd axis
ksdensity works for 3d plots. Check the section "Plot Kernel Density Estimate of Bivariate Data" in the documentation here https...

1년 초과 전 | 0

답변 있음
Replace values with specified values
a = [6,8]; b = [10,13,5]; ffPlan = fullfact([2, 3]); parPlan = zeros(size(ffPlan)); parPlan(:,1) = a(ffPlan(:,1)); parPlan(...

1년 초과 전 | 0