Feeds
질문
Why the optimization variables is same on each processor when using parallel optimization toolbox?
Hi, I am a beginner of parallel optimization. I used the testing code from Minimizing an Expensive Optimization Problem Using P...
6년 초과 전 | 답변 수: 0 | 1
0
답변답변 있음
Why is the method rto.InputPort(1).Data wrong?
Finally I found the where the problem is, however I still do not know what's the essantial reason. the display block "d3" sho...
Why is the method rto.InputPort(1).Data wrong?
Finally I found the where the problem is, however I still do not know what's the essantial reason. the display block "d3" sho...
거의 7년 전 | 0
질문
Why is the method rto.InputPort(1).Data wrong?
Hi. I am trying to get the value of Display block by m scripts. I am using the following scripts learned from Access Block Data...
거의 7년 전 | 답변 수: 1 | 0
1
답변답변 있음
Scattered data interpolation simulink
write a script like this and execute: a=xlsread('data.xlsx'); x=a(:,1); y=a(:,2); z=a(:,3); F=scatteredInterpolant(x,y,z); ...
Scattered data interpolation simulink
write a script like this and execute: a=xlsread('data.xlsx'); x=a(:,1); y=a(:,2); z=a(:,3); F=scatteredInterpolant(x,y,z); ...
거의 7년 전 | 1

