photo

Alessandro


Last seen: 8 mesi fa Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

  • First Review
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Runnin Simulink without GUI
Hello, I'm trying to run Simulink on a linux cluster that doens't have X installed. When I try to load my model with load_syste...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Risposto
writing a conditional for loop
neg = find(y<0); pos = find(y>0); y(neg) = y(neg)+SF; y(pos) = y(pos)-SF;

oltre 9 anni fa | 0

| accettato