
Alessandro
Followers: 0 Following: 0
Feeds
提问
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...
6 years 前 | 1 个回答 | 0
1
个回答已回答
writing a conditional for loop
neg = find(y<0); pos = find(y>0); y(neg) = y(neg)+SF; y(pos) = y(pos)-SF;
writing a conditional for loop
neg = find(y<0); pos = find(y>0); y(neg) = y(neg)+SF; y(pos) = y(pos)-SF;
10 years 前 | 0
| 已接受