Estadística
CLASIFICACIÓN
233.106
of 301.383
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.252
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 174.306
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
How to accumulate to a vector-indexed array?
I want to vectorize something in the following form: for jk = 1:njk k = K(jk); L(k) = L(k) + R(jk); end w...
casi 12 años hace | 1 respuesta | 0
1
respuestaHow to code a MEX file for a function with logical tests on array values
Solved my problem - used the C math library exp() and log() functions in the MEX .c file. Seemed like cheating to not call the M...
casi 12 años hace | 0
| aceptada
Pregunta
How to code a MEX file for a function with logical tests on array values
I have the following function coded as an m-file: _________ function y = phiabs(x) % returns log((e^|x| + 1)/(e^|x| - 1...
casi 12 años hace | 2 respuestas | 0
