okomarov/tableutils

Fixes some methods of the table() class and extends it with additional features

https://github.com/okomarov/tableutils

이 제출물을 팔로우합니다

Description
This set of Matlab functions fixes some methods of the table() class and extends it with additional features.
Installation

Unzip the archive;
With Matlab, cd into the unzipped folder
run install_tableutils

WARNING: requires write permissions to `matlabroot/toolbox/matlab/datatypes/@table`. It overwrites some table methods, listed below, with fixed/enhanced versions. The old table() methods are backed up in its private subfolder and their name is suffixed with Old, e.g. disp.m becomes dispOld.m.

List of features

* disp() - implements a buffered version of the native display method. Now, your pc will not freeze until the dawn of time if you forget a ; in the command window after t = table(1e7,1), which is only a 76 MB variable;
* unstack() - significantly speeds up the native method with a minimalistic change between lines 240 and 250 (original code left commented out);
* varfun() - adds a Name/Value pair to the original method, i.e. 'RenameVariables' - false/true(default). Does not force you to change the variable names as the native version;
* renameVarNames() - new method that renames variable names;
* convertColumn() - new method that changes the class of each column (variable);
* classVarName - new method that returns the class name of each column (variable).

Other methods

The following functions do not get copied over to the native @table folder and serve as general purpose utilities for the new table methods.

* isrowchar() - Determines whether input is a string (1 by N char);
* in() - Test for inclusion, i.e. [],[),(] or (), within some bounds;
* xstr2num() - Converts the digit-part from an 'xNumber' to a numeric type. Especially useful to quickly recover the original values after unstacking a table, i.e. x32443 becomes 32443.

For detailed descriptions, syntax and examples, see the help within each .m file.

인용 양식

Oleg Komarov (2026). okomarov/tableutils (https://github.com/okomarov/tableutils), GitHub. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Tables에 대해 자세히 알아보기

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 퍼블리시됨 릴리스 정보 Action
2.1.0.0

minor update to description

2.0.0.0

Edited description. Complete change of the installation process

1.3.0.0

Updated description

1.2.0.0

Updated description

1.1.0.0

Updated description

1.0.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.