DocumentationHelp CenterDocumentation
Number of table variables
W = width(T)
example
W = width(T) returns the number of variables in table T.
T
width(T) is equivalent to size(T,2).
width(T)
size(T,2)
collapse all
Create a table, T.
LastName = {'Smith';'Johnson';'Williams';'Jones';'Brown'}; Age = [38;43;38;40;49]; Height = [71;69;64;67;64]; Weight = [176;163;131;133;119]; BloodPressure = [124 93; 109 77; 125 83; 117 75; 122 80]; T = table(Age,Height,Weight,BloodPressure,'RowNames',LastName)
T=5×4 table Age Height Weight BloodPressure ___ ______ ______ _____________ Smith 38 71 176 124 93 Johnson 43 69 163 109 77 Williams 38 64 131 125 83 Jones 40 67 133 117 75 Brown 49 64 119 122 80
Find the number of variables in table T.
W = 4
T contains 4 variables; width does not count the row names.
4
width
The variable BloodPressure counts as one variable even though it contains two columns.
BloodPressure
Input table or array.
Variables in a table can have multiple columns, but width(T) only counts the number of variables.
This function fully supports tall arrays. For more information, see Tall Arrays.
This function fully supports code generation. For more information, see Code Generation for Tables (MATLAB Coder).
This function fully supports GPU arrays. For more information, see Run MATLAB Functions on a GPU (Parallel Computing Toolbox).
This function fully supports distributed arrays. For more information, see Run MATLAB Functions with Distributed Arrays (Parallel Computing Toolbox).
height | numel | size
height
numel
size
이 예제의 수정된 버전이 있습니다. 사용자가 편집한 내용을 반영하여 이 예제를 여시겠습니까?
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office