photo

Alessandro


Last seen: 9 meses hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

  • First Review
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

casi 5 años hace | 1 respuesta | 0

1

respuesta

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

más de 9 años hace | 0

| aceptada