Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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 (최근 30일)
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.

답변 (1개)

Nagarajan G
Nagarajan G 2020년 5월 17일
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!

Translated by