WillandSmith
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
251.583
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
Can matlab coder remain small functions intact?
When using matlab coder, sometimes it will break down small functions and merge into main function, which makes the code more di...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I see variable's values in another subfunction?
I have a main function. The main function calls two subfunction sub_A and sub_B.And sub_A calls sub_C,sub_B calls sub_D. The qu...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I use single float with filtfilt in matlab coder?
I use matlab coder (matlab version:R2017a) to compile matlab code to C code .And I want to use single floating-point number.Whil...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
About SVD running time in Matlab and in C code which produced by Matlab coder.
I use SVD like code below [U,S,V] = svd(PhiG,'econ'); which PhiG is double complex matrix with dimension 60*1024. In matlab c...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab R2015a coder error:Dimension 1 is fixed on the left-hand side but varies on the right ([1024 x 1] ~= [:? x 1]).
I use Matlab R2015a coder to compile a .m function to C code.But get three errors.How can I solve these errors?Thank you for any...
más de 9 años hace | 1 respuesta | 0