Info

This question is closed. Reopen it to edit or answer.

I have excel sheet which contains all Dynafusion i/o cards info.How to filter the data card info column wise and how to save separate file.

1 view (last 30 days)
I have excel sheet which contains all Dynafusion i/o cards info.How to filter the data card info column wise and how to save separate file.
for example i want filter only DS2211 card info in my design sheet.

Answers (1)

Nagarajan G
Nagarajan G on 17 May 2020
i am getting error .acually i have a design sheet xls.in that i want to filter only DS2211 card info.si i have used below comment.but its not working
[num,text,raw]=xlsread('filename.xlsx')
a=raw(raw(:,1)==DS2211.:);
kindly help me anybody if knows

Community Treasure Hunt

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

Start Hunting!