Estadística
6 Preguntas
4 Respuestas
CLASIFICACIÓN
66.420
of 300.365
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
83.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.933
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.262
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
C-mex function output entire array
I am still looking for a solution, if someone has any idea :)
alrededor de 12 años hace | 0
C-mex function output entire array
By doing ssSetOutputPortVectorDimension(S, 0, 1000); I can output a vector of size 1000 at each time step. However, whe...
alrededor de 12 años hace | 0
C-mex function output entire array
Thank you for your answer. However, in my case the signal doesn't only change at run-time, but I need that for each call of the ...
alrededor de 12 años hace | 0
Pregunta
C-mex function output entire array
Hello, The outputs of a S function are usually defined as follows: static void mdlOutputs(SimStruct *S, int_T tid) { ...
alrededor de 12 años hace | 4 respuestas | 0
4
respuestasPregunta
illegal use of type name mxArray
Hello, When I compile the following code, I get an error from the compiler: int count_OK; double *Gain_f...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot x-axis and y-axis with mexCallmatlab
Hello, In my S-function written in C I use the function mexCallmatlab to plot the content of an array and it works as I want:...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPlot from C Mex function and C types
Thank you I've managed to copy the Dwork content into an mxArray and the it plots what I want. Actually I'm coding an online ...
alrededor de 12 años hace | 0
Pregunta
Plot from C Mex function and C types
Hello, I'am writing an S-function in C and I need at some point to plot the content of DWork vectors (the first Dwork vector ...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
simulink block having lower output refresh rate than input
Hello, I programmed a matlab function enabling to calculate an online frequency analysis of time data (online generation of a...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Bode diagram of poor input/output signal
Hello, I have an input signal u and an output signal y. The frequency range of the system on which I want to focus is 0-5 Hz....
más de 12 años hace | 1 respuesta | 0
