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.
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
David Fink
on 20 May 2020
I recommend importing into MATLAB as a table:
Then filtering the table based on the DS card name, similar to:
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!