Giampiero Campa
Followers: 0 Following: 0
Originally from Apulia, Italy. Master and PhD in EE and Automation from Pisa university (with periods at Strathclyde University Georgia Tech). Faculty at WVU (UAV flight control group) from 2000 to 2008. Main research areas: Control of nonlinear systems, system identification, fault tolerance. Published a bit more than 100 articles in journals and conferences, and a couple of book chapters. Working for MathWorks since January 2009, first in the Los Angeles office and then in Natick (MA). Current role: documentation for the RL and MPC toolboxes.
C, MATLAB, Arduino
Spoken Languages:
English, Italian
Professional Interests:
Control Systems, Reinforcement Learning Toolbox, Adaptive Control, Macroeconomics
Estadística
CLASIFICACIÓN
9.437
of 295.735
REPUTACIÓN
2
CONTRIBUCIONES
0 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
6 of 20.277
REPUTACIÓN
54.753
EVALUACIÓN MEDIA
4.40
CONTRIBUCIONES
42 Archivos
DESCARGAS
1190
ALL TIME DESCARGAS
531922
CLASIFICACIÓN
31.393
of 154.433
CONTRIBUCIONES
0 Problemas
12 Soluciones
PUNTUACIÓN
130
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>
más de 9 años hace
Resuelto
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...
más de 9 años hace
Resuelto
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...
más de 9 años hace
Resuelto
Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>
más de 9 años hace
Resuelto
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...
más de 9 años hace
Resuelto
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...
más de 9 años hace
Resuelto
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 ...
alrededor de 11 años hace
Resuelto
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...
alrededor de 11 años hace
Resuelto
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 ...
alrededor de 11 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
más de 11 años hace
Resuelto
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:...
más de 11 años hace