photo

Daniel


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Numerical evaluation of multiple integral not working
Hi guys, I'm trying to numerically calculate the integral after Equation (1) from here: <http://www.mathpages.com/home/kmath3...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Solve fails to find a solution for trivial linear system
I'm trying to find the value of G in the following set of equations by code: clear all; clc; syms R T S u yr y B A G ...

8 years 前 | 2 个回答 | 1

2

个回答

提问


Easy convolution of multiple vectors
For the convolution of three vectors I'm doing: A = [1 2]; B = [3 4]; C = [5 6]; res_aux = conv(A,B); res = con...

10 years 前 | 1 个回答 | 1

1

个回答

已回答
Jacobian of equation with left and right hand sides
Oh, I didn't realize I hadn't given this thread closure. I went with Matt Kindig's approach of making the symbolic equation c...

10 years 前 | 0

| 已接受

提问


P-value and sigma consideration
I'm using a statistical test on a population of size N. This test returns a p-value which I use to accept or refute the null hyp...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Help with particle filter for measurement denoising
I'm attempting to implement a simple particle filter for measurement denoising and compare the result with least mean squares. ...

10 years 前 | 0 个回答 | 0

0

个回答

提问


sym('do') or 'syms do' fails
Both of these fail in MATLAB R2012a and MATLAB R2010b: syms do sym('do') The error message in R2010b is: >> syms...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Jacobian of equation with left and right hand sides
I have a program where the user inputs an equation in the form of a string: '2*a + 3*b = 5*c' % (just an example, it can be...

11 years 前 | 3 个回答 | 0

3

个回答

提问


A possible bug in solver?
Either this is a bug in 'solver' or I'm missing something. This script should generate two identical figures, however the sec...

12 years 前 | 2 个回答 | 0

2

个回答

提问


'solve' results in incomplete solutions
Hi, I'm trying to find the equilibrium points of a system described by 4 equations. This is the code: clear all; clc; ...

12 years 前 | 1 个回答 | 0

1

个回答