photo

Michele Facchinelli

Active since 2019

Followers: 0   Following: 0

Pronouns:
He/him

Statistics

All
  • Promoter
  • Solver
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
How do I get a compiled Simulink Model to run at real-time?
Hi Phil, To do this kind of simulations you can use Simulink Desktop Real-Time, which provides a real-time engine for executing...

4 years ago | 0

Answered
How can I create an input row only excisting randomly only out of -1 and +1?
You can use the function randi to generate psuedo-random integers between 1 and 2, then replace the 2's with -1's: x = randi( 2...

5 years ago | 1

| accepted