Community Profile

photo

Faysal Andary


Last seen: 12 months 前 自 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 year 前 | 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 year 前 | 0