How to load matrix variables as constant on Simulink?

49 ビュー (過去 30 日間)
관웅 윤
관웅 윤 2021 年 8 月 26 日
コメント済み: 관웅 윤 2021 年 8 月 31 日
I am trying to load matrix variables on simulink as constant value from '.mat' file. Is it possible to load MATLAB variables on Simulink and use it as constant block value? All variables are N-d array. I found that there are several ways to load a variable on Simulink such as "From File Block" or "Input Port", but It did not work for my project.

採用された回答

Jonas
Jonas 2021 年 8 月 26 日
Load the .mat file into the Base Workspace of MATLAB, and in Simulink use the From Workspace block to enter the variable name there.
  3 件のコメント
Jonas
Jonas 2021 年 8 月 30 日
編集済み: Jonas 2021 年 8 月 30 日
Ah, if your Matrix is just a time-invariant constant, you can use a 'Constant' block, and as a value enter the name of your matrix variable. The From Workspace block is to read and sample a variable from the base workspace, so indeed the purpose is different.
Like here, I have the variable 'decimation' in the base workspace and I can just use it in my model through a Constant block.
관웅 윤
관웅 윤 2021 年 8 月 31 日
Wow, It works well. Thank you!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Functions についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by