i have excel design sheet which contains all DS I/O card information.so i want to filter the particular card information like how we do in excel.
2 ビュー (過去 30 日間)
古いコメントを表示
i have an design sheet which contains all DS I/O card information.so i want to filter the particular card information like how we do in excel.
i have the DS Cards like DS4004,DS2202,DS2211,so i want to filter the DS4004 card information alone to assign the fuctions based on controller inputs,
i am creating the simulink model with help of script/function by giving commands.
0 件のコメント
回答 (1 件)
David Fink
2020 年 5 月 20 日
I recommend importing into MATLAB as a table:
Then filtering the table based on the DS card name, similar to:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Signal Generation, Manipulation, and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!