fun_removecellrowco​ls

Removes the non desired rows or columns from a cell

現在この提出コンテンツをフォロー中です。

Examples: Let cellA be a [3x3] cell.
cellA = fun_removecellrowcols(cellA,2,'rows')
% the output will be a [2x3] cell, in which the middle row has been removed.

cellA = fun_removecellrowcols(cellA,[1,2],'cols')

% The output dimensions of cellA will be [3x1], in which 1st and 2nd columns
have been removed.

引用

José Crespo Barrios (2026). fun_removecellrowcols (https://jp.mathworks.com/matlabcentral/fileexchange/46196-fun_removecellrowcols), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersResizing and Reshaping Matrices についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.1.0.0

Add an example

1.0.0.0