photo

Grégoire (Greg) Le Goff, PhD


LAPLACE - CNRS, University of Toulouse, France

Last seen: 11 months ago Active since 2021

Followers: 0   Following: 0

Message

Associate Professor in Automatic Control for Electrical Engineering. Currently crafting and exploring control architectures tailored to provide new critical capabilities to electrical systems (power converters, electrical machines, grids) of increasing complexity, aiming to improve their resilience and life expectancy while being frugal.

Programming Languages:
MATLAB
Professional Interests:
Control Systems, MPC Design, Optimization-Based Control Design, Electrical and Computer Engineering, Power and Energy Systems

Statistics

All
MATLAB Answers

0 Questions
1 Answer

Cody

0 Problems
4 Solutions

RANK
115,622
of 301,159

REPUTATION
0

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,182

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
63,313
of 173,105

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
51

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Simulink Coder error: Cannot generate code for models with more than 32 switch elements in one physical domain
Hi, I have just encountered the same exact problem: Using the PLECS Blockset in Simulink to emulate my power converter and then ...

3 years ago | 0

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

4 years ago

Solved


Find max
Find the maximum value of a given vector or matrix.

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

4 years ago

Solved


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

4 years ago