Estadística
CLASIFICACIÓN
164.173
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Problem in using 'break' and 'while'
I have problem in the while loop below. Looks like the break doesn't work, because sometimes R<=0.3 and s becomes one or bigger....
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Question on error variance in multiple linear regression
I'm trying to generate a regression line through simulation for my research purpose, here I'm explaining the simplified idea. ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating a N-Dimentional matrix from a 2 Dimentional matrix
Let's assume I have a as [1 2;3 4]. I need to create b to be 2-by-2-by-100 as follows: b(:,:,1)=[1 2;3 4] . . b(:,:,100)=[1 ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Non-negativity for unconstrained nonlinear multivariable function
I don't have any constraint for my nonlinear problem, so I am using either fminsearch or fminunc. If I want to get only positive...
más de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Change a 4-D matrix
I have A(p,s,d,f). How can I change it to A(p,s,f,d)? Thanks,
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot lables with hold on
plot(R, ':.b') %blue xlabel('Time') ylabel('Dollar') hold all plot(L, '-.g') %green plot(D, '--r') %red I'm ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Use of variables in a new function
I already have some variables calculated in Matlab. I am going to run a function in which a couple of those variables are used. ...
más de 12 años hace | 0 respuestas | 0
0
respuestasNon-negativity for unconstrained nonlinear multivariable function
Thanks! How do you define non-negativity for constraints in fmincon? Would you give me a simple example?
más de 12 años hace | 0