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 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
David Fink
el 20 de Mayo de 2020
I recommend importing into MATLAB as a table:
Then filtering the table based on the DS card name, similar to:
0 comentarios
Ver también
Categorías
Más información sobre Signal Generation, Manipulation, and Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!