photo

yang xiang


Last seen: plus d'un an il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
2 Réponses

RANG
12 506
of 301 153

RÉPUTATION
3

CONTRIBUTIONS
2 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
2

RANG
 of 21 182

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 067

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer
  • Revival Level 1

Afficher les badges

Feeds

Afficher par

Question


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

presque 7 ans il y a | 1 réponse | 1

0

réponse

Réponse apportée
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...

presque 7 ans il y a | 0

Question


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

presque 7 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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); ...

presque 7 ans il y a | 1