photo

Jingyu Liu


Last seen: plus de 3 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
201 222
of 300 352

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

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

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


How to write a for loop with d indexes
I am writing a for loop such like for i_1 = 1:n_1 for i_2 = 1:n_2 ... for i_d = 1:n_d ...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How to create a 3 * 3 * 1 array using ones or zeros?
The help of ones or zeros tell us "If any trailing dimensions greater than 2 have a size of 1, then the output, X, does not incl...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How to run matlab code in the server background?
Take the following matlab code for an example. How to run it in the server background? I tried nohup test.m & but failed. % tes...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


How to solve MINLP via problom-based optimization
I have an optimization problem which is a MINLP (mixed integer nonlinear programming). I tried to solve it via problem-based opt...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How can I using fmincon on both vector variables and matrix variables
I have a optimization problem with two variables: is a vector and is a matrix. I want to solving it by fmincon. My question is...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Integral a function handle of two variables with respect to a variable
f = @(x, y) x+y; g = @(x) integral(@(y) f(x,y),0,1) t = (0:0.1:1); g(t) It is wrong! How can I get the expected result?

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

1

réponse