Community Profile

photo

Giampiero Campa

Last seen: 1 dag ago Active since 2004

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

Statistics

All
  • GitHub Submissions Level 1
  • Top Downloads 2022
  • Top Downloads 2021
  • Top Downloads 2020
  • Top Downloads 2019
  • Personal Best Downloads Level 5
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • First Answer
  • Solver

View badges

Content Feed

View by

Submitted


LSTM as a Dynamical System
In this example an LSTM layer is viewed from a nonlinear dynamical system perspective, and its approximation capabilities are in...

ongeveer een maand ago | 9 downloads |

Thumbnail

Answered
Units for Time in Simulink
It is not seconds, it's an "unit of time" that you can relate to time units how you want, depending on your application. See als...

meer dan een jaar ago | 0

Submitted


Money Flow - Library and Examples
Calculate money flow in and out of bank accounts, optimize taxes, and plan your retirement using Simulink

meer dan 2 jaar ago | 1 download |

Thumbnail

Submitted


dfield8
Interactive app to study a given first order ODE

meer dan 2 jaar ago | 43 downloads |

Thumbnail

Submitted


MIMOtool
Multi Input Multi Output Systems Toolbox

meer dan 3 jaar ago | 12 downloads |

Thumbnail

Submitted


Essential Calculus Lectures with MATLAB
Using the Live Editor and the Symbolic Math Toolbox to teach calculus concepts

bijna 4 jaar ago | 10 downloads |

Thumbnail

Submitted


proesmans
Optical flow using the Proesmans method

ongeveer 4 jaar ago | 2 downloads |

Thumbnail

Submitted


Airlib
The Aircraft Library

ongeveer 4 jaar ago | 21 downloads |

Thumbnail

Submitted


Attractors
Nonlinear systems with attractors

meer dan 5 jaar ago | 3 downloads |

Thumbnail

Submitted


3DScope
Multitrack 3D Simulink Scope

meer dan 5 jaar ago | 101 downloads |

Thumbnail

Submitted


Soft Real Time
Generate a real-time executable for Windows or Linux

ongeveer 6 jaar ago | 2 downloads |

Thumbnail

Submitted


What is the best way to implement my algorithm in Simulink ?
Eight ways to implement an Extended Kalman Filter as a Simulink block

ongeveer 6 jaar ago | 9 downloads |

Thumbnail

Submitted


Motor Shields
Motor Shield Driver Blocks

meer dan 6 jaar ago | 16 downloads |

Thumbnail

Submitted


Device Drivers
Developing Simulink Device Driver Blocks: Step-By-Step Guide and Examples

meer dan 6 jaar ago | 245 downloads |

Thumbnail

Submitted


Primes
Simulink system that generates primes

meer dan 6 jaar ago | 2 downloads |

Thumbnail

Submitted


Legacy MATLAB and Simulink Support for Arduino: Slides and Examples
Slides for the webinar: "Learning Basic Mechatronics Concepts Using the Arduino Board and MATLAB".

meer dan 6 jaar ago | 26 downloads |

Thumbnail

Submitted


Legacy MATLAB and Simulink Support for Arduino
MATLAB class and Simulink blocks for communicating with an Arduino microcontroller board

bijna 7 jaar ago | 1066 downloads |

Thumbnail

Submitted


Simulink Initialization and Scheduling
Simulink initialization and sequential block execution examples

ongeveer 7 jaar ago | 3 downloads |

Thumbnail

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 9 jaar ago

Solved


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

meer dan 9 jaar ago

Solved


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

meer dan 9 jaar ago

Solved


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

meer dan 9 jaar ago

Solved


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

bijna 10 jaar ago

Load more