photo

Faysal Andary


Last seen: etwa ein Jahr vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als ein Jahr vor | 0

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

mehr als ein Jahr vor | 0