Phumelele Magagula
Followers: 0 Following: 0
Feeds
已解决
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
6 months 前
已解决
Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...
6 months 前
已解决
Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...
6 months 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
6 months 前
提问
Can't extract variables that give the best cost function from PSO code
Good day. I am currently using a particle swarm algorithm to optimize PID gains. The PSO function is attached. I want to get the...
1 year 前 | 1 个回答 | 0
1
个回答提问
Ga algorithm fitness value not improving
Hello users, This is the first time I'm using genetic algorithms. I am attempting to tune PID gains. As I observe the results I...
1 year 前 | 1 个回答 | 1
1
个回答提问
Integrator loop in a For iterator subsystem
Hi, I want to use an integrator in a for iterator subsystem but I get an error saying my integrator has time sample of 0. How c...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to simulate a sled going down a slope
Hi, I need to simulate a sled going down a winding slope with straight and curved paths. My problem is how to seamlessly use th...
2 years 前 | 0 个回答 | 0