Feeds
提问
Function inside the function
Hi, I have three functions: r=@(s,z) sqrt((s+s0).^2+(z+z0).^2); Ds=@(r,s)(c0x+A1x.*erf((r+a1x)./b1x)+A2x.*erf((r+a2x)...
3 years 前 | 2 个回答 | 0
2
个回答提问
Fitting a curve to 3D data
Hi people, I have a problem with fitting 3D data. I have a 3D matrix (99x386x384) and each dimension of the matrix represents x,...
4 years 前 | 1 个回答 | 0
1
个回答提问
Multiplying two vectors to form a matrix
Hello, I have two vectors x and y, both 601x1. I want to multiply them to form a matrix of 601x601, but the values inside the ma...
4 years 前 | 3 个回答 | 0
