photo

Faysal Andary


Last seen: environ un an il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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(...

plus d'un an il y a | 0