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.
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
David Fink
il 20 Mag 2020
I recommend importing into MATLAB as a table:
Then filtering the table based on the DS card name, similar to:
0 Commenti
Vedere anche
Categorie
Scopri di più su Signal Generation, Manipulation, and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!