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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1

