How to access the certain data Simulink model ?

4 ビュー (過去 30 日間)
Vims
Vims 2024 年 12 月 28 日
回答済み: Walter Roberson 2024 年 12 月 28 日
if we have 2 output port and each output port has 55*10 dimension so in next block if I have to access certain column for example column 7 data then do I have do it with variable or something like (:,7)? Any Expertise in data processing?
Load the Load_block.slx and follow the read_me_file 2 step.
But you can give me any random example. First block has input data file and second block has 20 output port but i will make only two output port and each port has 55*10 dimension.

回答 (1 件)

Walter Roberson
Walter Roberson 2024 年 12 月 28 日
You can use a Selector block to extract particular columns from simulink signals. https://www.mathworks.com/help/simulink/slref/selector.html

カテゴリ

Help Center および File ExchangeDatabase Toolbox についてさらに検索

製品


リリース

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by