Stanley Cheng
Followers: 0 Following: 0
Professional Interests: robotics
Estadística
21 Preguntas
6 Respuestas
CLASIFICACIÓN
18.681
of 295.448
REPUTACIÓN
2
CONTRIBUCIONES
21 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
52.38%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
Feeds
Pregunta
differentiate a 7000*6 matrix with a 7000*1 vector
Hi dear, I am trying to differentiate a 7000*6 matrix with a 7000*1 vector. The details are: The size of the matrix A_disp...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to solve this equation in matlab?
Can anyone teach me how to solve this equation in Matlab? Thanks so much! syms a b c theta a*sin(theta) + b*cos(theta) = c...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestacan GA always find a smaller objective than SQP ?
Merry Xmas and happy new year! THX so much for both of your answers! You are both right, But in my project, I want to fin...
casi 10 años hace | 0
Pregunta
can GA always find a smaller objective than SQP ?
Hi everyone, These days I am using GA and SQP for optimization. It is very strange that the result from SQP is smaller ...
casi 10 años hace | 2 respuestas | 0
2
respuestasfmincon's nonlinear equality constraints cannot be met?
Dear pietro, I find the problem! in the constraint function and objective function, one redundant abs value was added by ...
alrededor de 10 años hace | 0
Pregunta
fmincon's nonlinear equality constraints cannot be met?
Hi everyone, I am using fmincon for the optimization of the project. In the use, three nonlinear equality constraints exist,...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
the nonlinear equiality constraint in multi-objective genetic algorithm (MOGA)
Hi everyone, I am using the multi-objective genetic algorithm (MOGA) in the Global Optimization Toolbox in matlab 2013b for ...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestashow to maximize the two-norm of one vector?
Sorry A is a 2*3 non-rectangular matrix...
alrededor de 10 años hace | 0
Pregunta
how to maximize the two-norm of one vector?
Hi everyone, I am trying to solve one equation: Ax=b where A is a 4*3 non-rectangular matrix, x is the 3*1 unknown vector ...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
fmincon for optimal solution
Hi everyone, I have a question about optimization as follows: the object is to maximize sum_F=(F(1)^2+F(2)^2+F(3)^2) Ho...
más de 10 años hace | 1 respuesta | 0
1
respuestahow to write the nonlinear constraints in fmincon
Hi George, First thx very much for your input! However, in the functions of F1~F6, there are other variables g, which ...
más de 10 años hace | 0
Pregunta
how to write the nonlinear constraints in fmincon
Hi everyone, I am using the fmincon in matlab to minimize the objective value as F=-(x(1)^2+x(2)^2+x(3)^2) . So the...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
what codes are needed to make the surface produced by surf have a unified color?
Hi everyone, I am using "surf" to produce a 3D surface. However, the color of it is changing with the value of Z in the surfa...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
why the first and second differential is not right after interpolation
Hi everyone, the following code shows that after an interpolation with time interval 0.01s, the first and second differential...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to span a 3*1 vector into a 3*3 skew symmetric matrix ?
Hi everyone, as the title, x=[a b c]' is a 3*1 vector, and its 3*3 skew symmetric matrix is X=[0 -c b ; c ...
más de 10 años hace | 4 respuestas | 1
4
respuestasPregunta
what algorithms are applied in the auto tuning of PID block in simulink?
Hi everyone, as the title, could anyone tell me about that? The auto tuning really offers a really good control performan...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to set the stop time in the scope of simulink
Hi everyone, I am using the scope in the simulink to show the time history of an variable. It lasts 30 seconds but shows only th...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
how to speed up the symbolic computation?
Hi everyone, I have written a code using symbolic computation. In it, first, 20 symbolic variables are defined, after obt...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
why get a symbolic result in the workspace ?
Hi everyone, I run a matlab code containing symbolic variables in it. When I use "subs" code to substitute all of the symbo...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to set rounded to 4 decimal places for a vector?
Hi everyone, I have a 12*1 vector and all the 12 elements are numerical values. But they have too many decimal places, but 4 ...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
why often it takes a very very long time to show the results by using findsym?
Hi everyone, these days I am using symbolic computation in Matlab. to substitute the symbol with numerical results, i need to...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to obtain the orthogonal vectors of one 3*1 unit vector?
Hi everyone, I have a 3*1 unit vector as r1= [ 0.6619 0.6976 -0.2740]', and want to obtain the other two unit orthogonal vec...
casi 11 años hace | 2 respuestas | 0
2
respuestasWarning of fmincon in algorithm options
I solved it! the option is defined but i forgot to call it ! Then opts1=optimset('MaxFunEvals',30000,'MaxIter',30000,'TolF...
casi 11 años hace | 0
Pregunta
Warning of fmincon in algorithm options
Hi everyone, These days i am using the fmincon function to get the value of four unknowns from three equations. the objective...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
how to add a constraint condition to fsolve?
Hi everyone, These days I want to solve a system of nonlinear equations with matlab. In the equations, there are all four unk...
alrededor de 11 años hace | 4 respuestas | 1
4
respuestasPregunta
How to draw the 3-D figure in (a) with cubes
I have read a paper about robotics-- Hybrid head mechanism of the groundhog-like mine rescue robot. And I want to draw the 3...
alrededor de 11 años hace | 0 respuestas | 0