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 日間)
Nagarajan G
Nagarajan G 2020 年 5 月 15 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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