Feeds
질문
Strange result in ilaplace()
Hi! I'm trying to make inverse laplace transform, but clearly the result is wrong because the expression don't even has the time...
거의 9년 전 | 답변 수: 2 | 0
2
답변질문
How to use integral() in a multi variable expression?
Hi! How could I writte a code to integrate the expression in relation to x(1) only? a = @(x)x(1) + x(2)^2;
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Why doesn't my simple PSO work?
Hi! I tried to run the following code but I am getting constantly errors: clear all clc g = @(V)-( 6.3223*...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
How to implement a pso tunning for a function ?
Hi! I'm starting to study pso and still remained some details I don't get how they work. I know that pso is a stochastic and h...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Optimize pid constants using PSO toolbox
Hi! I'm trying to use the PSO toolbox to find very good values for the PID controller constants. The constants are the K and s i...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Error while mutliplying functions.
I'm trying to multiply these functions: a = x^2 b = x Obviously, It should give me: x^3 But when I write the code...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Can PSO matlab toolbox optimize for maximum ?
All examples in https://www.mathworks.com/help/gads/particleswarm.html show minimizations. Is there a way of PSO matlab toolbox...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Can matlab pso toolbox optimize a @(x,y) function?
Hello everyboody! I'm trying to run the following code but I'm getting error: f = @(x,y)sin(sqrt(x.^2+y.^2))/sqrt(x.^2+y.^...
거의 9년 전 | 답변 수: 1 | 0
