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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
