
Bogdan MP
Statistics
5 Questions
0 Answers
RANK
88,032
of 276,171
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 18,592
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125,907
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
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,...
1 year ago | 0 answers | 0
0
answersQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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 ...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0