photo

Jingyu Liu


Last seen: más de 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
0 Respuestas

CLASIFICACIÓN
251.247
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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?

casi 4 años hace | 1 respuesta | 0

1

respuesta