Community Profile

photo

Chihiro Ogino


Last seen: 1 year ago Active since 2022

Statistics

  • Thankful Level 2

View badges

Content Feed

View by

Question


Write code to solve the following 0-1 Knapsack problem
Given a knapsack of items N and capacity W. The volume and value of the item is c(i) and w(i) respectively. Find the maximum to...

1 year ago | 0 answers | 0

0

answers

Question


Write MATLAB code to solve the following the minimum problem.
Given the function f(x, y)=3cos(xy)+x+ y^2 , where -4≤x≤4, -4≤y≤4 , please find the maximum value by the PSO algorithm. And plo...

1 year ago | 1 answer | 1

1

answer

Question


Calculate convolution of two given continuous signals in matlab
If I have two continuous signals ,f1(t) = g10(t) and f2(t) = (e^-t)*u(t). How can I calculate the convolution and plot the graph...

2 years ago | 2 answers | 0

2

answers