Simulink MATLAB Function fully interpreted in MATLAB

3 visualizaciones (últimos 30 días)
Hi, I have some problem with MATLAB Function Simulink block.
I added this block to my simulink model and provided three inputs. All I want to do is to process those inputs at fixed sample time (say 0.1s) and cook out some outputs, all within MATLAB. Simulink constantly shows errors with code generation, even simple functions like size(x). Is there any way to process input data from simulink signal fully on MATLAB?
Thanks in advance

Respuesta aceptada

Jyotsna Talluri
Jyotsna Talluri el 8 de Ag. de 2019
Hi,
Some functions are not supported in MATLAB function block. Instead you can use S function block in Simulink which can incorporate a MATLAB code. Inputs from Simulink are automatically passed to S-function. We can specify sample time in code itself.
To know about S-functions refer to the below link
  1 comentario
Piotr Pawlowski
Piotr Pawlowski el 8 de Ag. de 2019
Thanks very much. Just like I thought. I will give a shot to S-functions :)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Simulink Environment Customization 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!

Translated by