Community Profile

photo

Giampiero Campa

Last seen: 5일 전 2007년부터 활동

Followers: 0   Following: 0

연락

I am originally from the Puglia region, in south-east Italy. I have received both Laurea (EE, 1996 with a period at Strathclyde University) and PhD (Robotics and Automation, 2000, with a period at Georgia Tech) from the University of Pisa, Italy. From 2000 to 2008 I have been a faculty member at West Virginia University. My research involved control of nonlinear and adaptive control systems, system identification, fault tolerance, machine vision, and sensor fusion, mostly applied to UAVs. I have published more than 100 peer-reviewed articles in international journals and conferences, and a couple of book chapters. I have been working for MathWorks since January 2009 for MathWorks, covering different roles, first in the Los Angeles office and then in Natick (MA). Since 2019 I am responsible for the documentation of the Reinforcement Learning and Model Predictive Control toolboxes.

Programming Languages:
C, MATLAB, Arduino
Spoken Languages:
English, Italian
Professional Interests:
Control Systems, Reinforcement Learning Toolbox, Adaptive Control, Macroeconomics

통계

All
  • First Answer
  • Solver
  • Top Downloads 2023
  • Explorer
  • GitHub Submissions Level 3
  • Top Downloads 2022
  • Top Downloads 2021
  • Top Downloads 2020
  • Top Downloads 2019
  • Personal Best Downloads Level 5
  • Editor's Pick
  • First Review

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>

8년 초과 전

문제를 풀었습니다


Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...

8년 초과 전

문제를 풀었습니다


Make a half wave rectifier
Produce a signal that outputs the given sine wave source when it is greater than zero and outputs zero when it is less than zero...

8년 초과 전

문제를 풀었습니다


Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>

8년 초과 전

문제를 풀었습니다


Add offset to a signal
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-offset-eqn.png>> You should see a downward...

8년 초과 전

문제를 풀었습니다


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

8년 초과 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

10년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

10년 초과 전

문제를 풀었습니다


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

10년 초과 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

10년 초과 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

거의 11년 전

문제를 풀었습니다


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:...

거의 11년 전