photo

DrGui


Last seen: 7 months ago Active since 2024

Followers: 0   Following: 0

Phd in control engineering: nonlinear MPC, gain-scheduling control, fixed-structure H2/Hinf control, gradient-based optimization, simulation of ODE/DAE systems

Programming Languages:
Python, MATLAB
Spoken Languages:
English, French

Statistics

All
MATLAB Answers

2 Questions
1 Answer

Cody

0 Problems
1 Solution

RANK
232,745
of 300,343

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
130,285
of 168,172

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Review

View badges

Feeds

View by

Question


What is the best way to log Simulink signals into a dedicated appdesigner-based MATLAB GUI ?
Hi, I am trying to build a dedicated GUI to display signals of a running Simulink model in real-time. To do this, I saved my s...

1 year ago | 0 answers | 0

0

answers

Answered
How to create struct from fieldnames and values cell arrays for code generation ?
Hi all, Based on Stephen23 and Matt J advices, I managed to produce the following solution: list_fields = {'a'; 'b'; 'c'; 'd'...

1 year ago | 0

| accepted

Question


How to create struct from fieldnames and values cell arrays for code generation ?
Hi, I am trying to make a "code generation friendly" function: [output_struct] = declareStruct(list_fields, list_values) that...

1 year ago | 2 answers | 0

2

answers

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

1 year ago