dan berkowitz
University of Illinois at Chicago
Followers: 0 Following: 0
Estadística
14 Preguntas
2 Respuestas
CLASIFICACIÓN
152.499
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
85.71%
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
Indexing (extracting value from rows)
Hi, I have a 5 x 5 array, A, and a 5 x 1 array, B = [2 3 1 4 3]'. How can I extract the element from each row of A as they oc...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Replace non-zero elements in array with output of a calculation on them
Hi, I have an array, A = [2 3 0 7 0 0 9]. How can I replace the non-zero elements of A with thier original value minus one? ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Count number of times value occurs
Hi, I have an array a = [ 1 2 3 2 2 3 1], and another array, b = [1:5]. How can I create an array c, that counts the numbe...
alrededor de 6 años hace | 3 respuestas | 0
3
respuestasPregunta
Number of times two numbers appear together
Hi, I have an array A = [1 3 2 4 3 4 3 2 1 1 3 2 4 3 3 2]. How can I count the number of time the number 2 occurs after 1...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating index from datetime vector days
Hi, I have a 100x1 datetime vector. I have extracted the values of the day using the ymd function: [~,~,d] = ymd(input). H...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Length of runs of same number in an array
Hi, I have a 10x1 vector, a = [-1 -1 0 0 0 -1 1 -1 1 1]. How can I find the number of times a number occurs continuously (...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Counting days by month
hi, i have a 100x11 char array with dates (e.g. '03-Jan-2006'). how can i create an array with the number of days in each uni...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Repeat row of a matrix
Hi, I have a 3x1 array, a = [1 2 3]', and B, a 3x2 matrix. How can I create C, a 6x2 matrix, whose first row is the same a...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Deleting Nonzero elements in each row
Hi, I have a 5 x 5 matrix with the 2 zeros in each row. How can I delete the nonzero elements from each row? Any help woul...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Sort & Index matrix for highest values in row
Hi, I have a 5 x 5 matrix, A. How can I create a matrix that has 1's for the largest two values in each row, and all remain...
alrededor de 7 años hace | 3 respuestas | 0
3
respuestasPregunta
Using Reuters datafeeds on 64-bit Linux
Hi, I wanted to see if the Reuters functions in the Datafeed toolbox are functional in 64-bit Linux now. Am I correct in a...
más de 7 años hace | 0 respuestas | 0
0
respuestasMatlab Coder entering varying size input
thank you. appreciate your help! db
más de 12 años hace | 0
Pregunta
Matlab Coder entering varying size input
hi, i'm using Matlab Coder to create a static c library. i have a function, L1 which has one input. (output = L1(input)) L1 i...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Cannot locate GCC/G++ compiler (Ubuntu)
hi, i have Matlab R2011b on Ubuntu 10.04. I am trying to use the Matlab Compiler. While I do have gcc/g++ 4.3 installed, it do...
casi 13 años hace | 0 respuestas | 0
0
respuestasConvert Matlab function to C/C++
will this work if i only want to convert a built in function? thanks, db
casi 13 años hace | 0
Pregunta
Convert Matlab function to C/C++
Hi, How can I use Matlab Coder to convert an in built Matlab function to a C/C++ file? Any help would be appreciated! D...
casi 13 años hace | 2 respuestas | 0