Estadística
10 Preguntas
3 Respuestas
CLASIFICACIÓN
22.771
of 295.638
REPUTACIÓN
2
CONTRIBUCIONES
10 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.255
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.207
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
Asign data with index or something...
Hi, I have the following inputs: row=[3,7,10] col=[1,2,3] data=rand(1,3) data = 0.91 ...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Adding a constraint to "linprog" matlab example
HI, I'm working on the following example from matlab: http://www.mathworks.com/help/optim/ug/linprog.html Find x that mini...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Optimization giving unexpected results
Hi, I'm trying to optimize a function which I know the results but matlab is giving me weird results. Here's what I'm trying to ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to sum data
Hi, my data has the following format: raw_headers={'D' 'A' 'D' 'B' 'D' 'D'} raw_data=[5 1 10 1 15 20] And and want fi...
más de 10 años hace | 4 respuestas | 0
4
respuestasPregunta
How to look for a list insto an other list
Hi, I have the following list: lookfor={'ab' 'cd' 'ef' 'ab' 'cd''gh' 'ij' 'ab' 'cd'} into={'ab' 'cd' 'ef' 'gh' 'ij'} ...
más de 10 años hace | 1 respuesta | 1
1
respuestaPregunta
How to do a group by in matlab
Hi, I have the following data: data=[10 1 2 3; 11 4 5 6;10 0 20 30; 11 4 5 6; 12 7 8 9; 17 40 50 60] I want to look fo...
más de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
Question regarding a find function(search for data)
Hi, I have the following matrix: data=[10 1 2 3; 11 4 5 6; 12 7 8 9; 17 4 5 6] I want to do a query with the following mat...
más de 11 años hace | 2 respuestas | 1
2
respuestasPregunta
Sum of previous elements in a matrix(dynamic way)
Hi, let's say I have the following vector matrix: A=[1 2 3; 4 5 6;7 8 9;10 11 12]; I'm looking for a dynamic way to sum the...
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasQuestion regarding a condition difference.
Here’s my problem with more explanation again: Matrix A,B,C :22 500 x18 Matrix c : each colum are scalar Exemple :[...
más de 12 años hace | 0
Pregunta
Need help regarding optimization
Hi, here's the operation I want to do *1. the following operations:* A=rand(10,2)*100; B=rand(10,2)*100; c=[ones(1...
más de 12 años hace | 0 respuestas | 0
0
respuestasQuestion regarding a condition difference.
Yes that's exactly what I'm looking for. The seceond step(and the last one)I want to do the sum of the variable"results" and ...
más de 12 años hace | 0
Question regarding a condition difference.
first let's get back to my initial question. Here's what I wan't to do exactly: A=rand(10,2)*100; B=rand(10,2)*100; c1=...
más de 12 años hace | 0
Pregunta
Question regarding a condition difference.
Hi, I'm new on this forum, hope I will be doing good. --------------------------------------------------------------------- ...
más de 12 años hace | 5 respuestas | 0