Create an array from the input of a MATLAB FUNCTION BLOCK

12 vues (au cours des 30 derniers jours)
luca
luca le 19 Juil 2019
Modifié(e) : luca le 24 Juil 2019
Hi,
I would like to create an array that contain the values of the input u that enter the MATLAB FUNCTION BLOCK
3.PNG
Trough the Simout the input is
4.PNG
but in the matlab code it enters a 1*1. I need to have the vector with the value of Data:1 in order to cycle on it.
2.PNG
in the last picture num is equal to 1. I need a way to create a vector with the value of u (4 5 1 5 3 1 2 1 5 5 2)
THANKS

Réponses (1)

Abhilash Padma
Abhilash Padma le 24 Juil 2019
Hi,
I understand that you want to get an array as an output of MATLAB function block. But you are getting a value with 1x1 dimensions as an output of MATLAB function block. This is because every time a single value is passed as an input to the MATLAB function block. If you want to pass all values at a time into the MATLAB function block, One way is you can use the “Constant Block” and assign the vector as the value of the Constant Block.
  2 commentaires
luca
luca le 24 Juil 2019
The problem is that the vector is filled in a SIMEVENT process. I cannot substitute the ARGIN "Mescola" (that is the vector) with a costant block.
Maybe I've not clear what do you mean, may you explain better?
luca
luca le 24 Juil 2019
Modifié(e) : luca le 24 Juil 2019
I think that best choice whould be to "write something" in the MATLAB function script in order to report the vector and then use it to iterate in a for loop. But I have no idea of how to do

Connectez-vous pour commenter.

Catégories

En savoir plus sur Simulink Functions dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by