photo

Anshuman Pal


Last seen: 3 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

13 个提问
1 个回答

排名
98,597
of 300,771

声誉
0

贡献数
13 个提问
1 个回答

回答接受率
69.23%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,969

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

已回答
Find the limits of the parameter describing a spline curve (made using cscvn)
I found the answer! All I had to do was search in the properties of curve. So, I have to use min(curve.breaks) and max(curve.bre...

4 years 前 | 0

| 已接受

提问


Find the limits of the parameter describing a spline curve (made using cscvn)
Hello, I am trying to interpolate a space curve in 3d using splines. This link (https://in.mathworks.com/help/curvefit/spline...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Solve multiple eigenvalue ODE problem with bvp4c
Hello, I am following the bvp4c manual to solve an eigenvalue problem with two eigenvalues. I am getting an error `Error usin...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Superposing multiple 3d plots
Hello, To superpose 2d plots, I just use the command `hold on` before plotting. However, when I try using this with 3d plots ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Too many input arguments while solving BVP using bvp4c
Hello, I am trying to run the following chunk of code, which integrates a system of 11 ODEs with an eigenvalue to be fixed. I ge...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to integrate linear system of vectorial equations?
Hello, I have the following system of vectorial equations that describe a curve in space , its tangent vector and its normal...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Plot line is thick in the middle on a log-log scale
Hello, I scatter() a bunch of points, on which I plot a black linear regression line calculated using polyfit() and polyeval()....

4 years 前 | 1 个回答 | 0

1

个回答

提问


Correlate two sets of data defined on different meshings of the same surface
Hello, I am trying to correlated two data sets defined on a surface embedded in 3d. The problem is that the two data sets are...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Error bars drawn asymmetrically in errorbar()
Hello, I am using the errorbar() function, and for some reason, the error bars are being drawn asymmetrically around the data...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Problems getting the size of a cell array
Hi, I know that one can usually get the size of a cell array using size(). However, I am facing this particular case -- where I...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Error getting Fourier transform of a 1d signal
Hello, I have an almost-sinusoidal signal (see attached file), which I believe is composed of a mixture of maybe 2 (or 3) Fou...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Find the envelope of an oscillating data set
Hello, I have some 2d data, from which I have extracted some 1d data. There are two versions of this 1d data, one raw, and t...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Taking 1d cuts of data along polar contours
I have 2d data saved in a matrix. I want to take 1d cuts of this along certain contours. However, since the data has a highly po...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Error while fitting: X, Y and WEIGHTS cannot have Inf values.
I get a series of curves obtained by numerically integrating an ODE, for different values of some parameter. They look very line...

6 years 前 | 1 个回答 | 0

1

个回答