function block error- compute maximum size
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
when working with matlab function block in simulink I have the q=d.*[0:n-1];
throws error,
Computed maximum size of the output of function 'colon' is not bounded. Static memory allocation requires all sizes to be bounded. The computed size is [1 x :?].Computed maximum size of the output of function 'colon' is not bounded. Static memory allocation requires all sizes to be bounded. The computed size is [1 x :?].
How can I solve this?
thanks
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!