Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Statistics[Join] - join data samples
Calling Sequence
Join(X, options)
Parameters
X
-
list of data sets
options
(optional) equation(s) of the form ; specify options for the Join function
Description
The Join command joins the specified data into a single one- or two-dimensional data sample.
The first parameter X is the list of samples; each element of this list must be an rtable (such as a Matrix or Vector) or a list. Multi-dimensional data sets will generally be converted to one-dimensional. The exception is when each data set is two-dimensional and they all have equally many columns; in that case, all data sets are put underneath each other in a Matrix.
Options
The options argument can contain one or more of the options shown be low.
outputoptions=list -- This option provides additional rtable_options to the rtable constructor that builds the result. The supported options are datatype, attributes, and readonly; the subtype option is supported if it doesn't conflict with the dimension of the result.
Compatibility
The X parameter was updated in Maple 16.
Examples
See Also
Statistics, Statistics[Computation]
Download Help Document