REMOVE

HI, are there remove fun. to remove row from array ?
thanks

1 个评论

Jan
Jan 2011-8-15
Such basic functions are explained exhaustively in the Getting Started chapters of the documentation. It is very recommended to read the instructions for such a powerful tool as MATLAB.

请先登录,再进行评论。

回答(2 个)

Jan
Jan 2011-8-15

0 个投票

M = rand(3, 3);
M(2, :) = []; % Remove 2nd row

类别

帮助中心File Exchange 中查找有关 Software Development Tools 的更多信息

标签

提问:

2011-8-15

Community Treasure Hunt

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

Start Hunting!

Translated by