Filter löschen
Filter löschen

Array Creation in Simulink

1 Ansicht (letzte 30 Tage)
Abhijeet Kate
Abhijeet Kate am 1 Mär. 2024
Kommentiert: Aquatris am 1 Mär. 2024
Hello We need a 2 dimensional Array of like given below in Simulink. int matrix[2][3] = { {1, 4, 2}, {3, 6, 8} };
Can you tell me any block that creates and accesses this type of array?
  1 Kommentar
Aquatris
Aquatris am 1 Mär. 2024
Do you need it as a cell array to provide it as an input to a matlab function in simulink or what is the purpose of the matrix in simulink?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 1 Mär. 2024
Use a Constant block, specify its value as [1,4,2;3,6,8], connect it to a Display block, run simulation to see the result.

Weitere Antworten (0)

Kategorien

Mehr zu Deployment, Integration, and Supported Hardware finden Sie in Help Center und File Exchange

Produkte


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by