![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2957821_1522092505639_DEF.jpg)
Sean Little
L-3 Communications Systems West
Followers: 0 Following: 0
Estadística
2 Preguntas
5 Respuestas
0 Problemas
2 Soluciones
CLASIFICACIÓN
5.505
of 297.016
REPUTACIÓN
8
CONTRIBUCIONES
2 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
82.781
of 157.725
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
30
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Suppress callbacks generated by GUIDE
I couple years ago I wrote a function that post processes the GUIDE generated FIG and m-file and removes unwanted callback decla...
más de 10 años hace | 0
Matlab Code to Android
The Matlab coder is probably your best option. You can find what functions are supported for code generation in the documentatio...
casi 12 años hace | 0
| aceptada
Constant requirement in codegen
I am answering this for completeness. The response from technical support indicates that this is not supported and there are no ...
más de 12 años hace | 0
Indexing structure without using scalars
Unfortunately, Matlab does not support multi-level indexing like other languages do. You are probably going to have to create an...
más de 12 años hace | 0
| aceptada
Pregunta
Constant requirement in codegen
I am trying to generate code from a function in the signal processing toolbox. I need to generate code for functions "hann" and ...
más de 12 años hace | 1 respuesta | 0
1
respuestaEDA Simulator link and Simulink Cosimulation
What clock rate do you want to simulate in your HDL? That is what determines the sample rate in Simulink. It sounds like you sho...
alrededor de 13 años hace | 0
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
alrededor de 13 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
alrededor de 13 años hace
Pregunta
FI data type NOT operator?
I am trying to take the BITNOT of an FI data type. For example if I have the following code: tst = fi(5, numerictype(0,4,0)...
más de 13 años hace | 2 respuestas | 0