photo

Faysal Andary


Last seen: alrededor de 1 año hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

más de 1 año hace | 0

Respondida
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(...

más de 1 año hace | 0