Is it possible to load an array to the simulink workspace and call it in a matlab function?

39 visualizzazioni (ultimi 30 giorni)
I have made and array in 3 dimensions initialize with zeros. I would like to import it in the simulink workspace and call it from a matlab function. Is that possible?

Risposta accettata

Ameer Hamza
Ameer Hamza il 14 Mag 2020
If it is a numeric array, then there are several possible ways. The easiest one is to use a constant block, write the name of the 3D variable as the value of the constant block, and then attach that constant block as input to the MATLAB function block.
  19 Commenti
Ameer Hamza
Ameer Hamza il 14 Mag 2020
Yes, If you have Simulink code, you can generate C/C++ code from your Simulink model.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Simulink Functions in Help Center e File Exchange

Prodotti


Release

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by