Community Profile

photo

EE


Last seen: 4 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


parfor and function call using scatteredInterpolant
First of all, note that I've read this: https://de.mathworks.com/matlabcentral/answers/471133-can-we-use-scatteredinterpolant-in...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Which algorithm does matlab's scatteredInterpolant use?
I am wondering how matlab's scatteredInterpolant actually works. I couldn't find a helpful reference in the documentation. ...

4 years 前 | 0 个回答 | 0

0

个回答

提问


feed forward neural network 2D interpolation: how to bias Performance?
I'm trying to interpolate a scattered z(x,y) dataset using a feed forward neural network. Now there is a region within this dat...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How to pass a vector or function to bvpinit?
my 2nd order ode and boundary conditions look like this: f = @(x,u) [ u(2); someconstant*x*somefunction(u(1))]; g = @(ya...

5 years 前 | 0 个回答 | 0

0

个回答

提问


pdepe fails to discretize set of parabolic differential equations
My pde-ode system: (dT/dt) -T/n * dn/dt + K*(d^2 T/dx^2)=0 dn/dt -k1*c1-k2*c2=0 dc_1/dt-k3*c_1-k4*c_2 ...

6 years 前 | 1 个回答 | 0

1

个回答