Community Profile

photo

Bogdan MP


Last seen: 2 years 前 自 2021 起处于活动状态

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


Running a function in “for” cycle, containing vpasolve()
I have some function in my script that solves a system of nonlinear algebraic equations function Lam = lambdas1(x1, x2, x3, x4,...

2 years 前 | 0 个回答 | 0

0

个回答

提问


How to write a function with logical condition which takes an array and turns back an array?
What I want to acheive is the following. Let's say I have the function if and . I have two vectors with nodes: and and I w...

2 years 前 | 1 个回答 | 0

1

个回答

提问


A function does not work with an array as an input argument
I have the following function MyFun = @(a, x) ( integral(@(k) k .* (1 ./ ( 1 + (a*k - x).^2 )), -1, 1) ./ ... integral(@(k) 1 ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot a 3D surface with two vectors and one array?
I want to plot a 3D surface , but I cannot apply the surf() command straightforwardly for some reason. I have two vectors for...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Fredholm's determinant
I have to calculate some Fredholm's determinant (FD) for that I found one work (arXiv:0904.1581), where the algorithm for calcul...

2 years 前 | 1 个回答 | 0

1

个回答