I have a matrix of order (1x8763) in excel sheet format and I want to delete the rows containing zero using MATLAB. What should I do. Kindly help me.

 採用された回答

KSSV
KSSV 2016 年 11 月 3 日

1 投票

Let x be your data of 1X8763.
use
x(x==0) = [] ;

1 件のコメント

Abubakr Sheikh
Abubakr Sheikh 2016 年 11 月 3 日
Thank you, Its working

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Import from MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by