Example NumMatrix append 012

 

 

Description

This example takes an existing Number Matrix and appends a new number values.

 

Details

(define X #(nummat| 3 5 3 2 1 ) ) Returns: #<NumMatrix 123456>
(define Y #(nummat| 12 14 15 ) ) Returns: #<NumMatrix 234567>
(define Z #(nummat| 21 25 26 22) ) Returns: #<NumMatrix 345678>
(setq W (append X Y Z )) Returns: #<NumMatrix 456789>

Use the display command to display the contents of the appended Matrix. Note that Matrix X, Y and Z are not modified.

(display #<NumMatrix 456789> ) Returns: #(nummat| 3.0 5.0 3.0 2.0 1.0 12.0 14.0 15.0 21.0 25.0 26.0 22.0 )

 

Related Examples

Here are examples of the append function at work.

BitVector append 010 CpxVector append 013 FltVector append 007 IntVector append 007
List member 009 Matrix append 007 NumMatrix append 012 NumVector append 008
ObjVector append 009 Pair append 011 ShortVector append 008 String append 001
String append 002 Structure append 004 Structure append 005 Symbol append 003
Vector append 006

 

Function Links

Here is the link to the current function used in this example.

append

Here are a number of links to other related functions.

new(#void) replace(#void) rept(#void)

 

Argument Types

Here are the links to the data types of the arguments used in this example.

NumMatrix

Here are a number of links to examples having similar argument types.

Dictionary isDictionary 001 Matrix isNumberMatrix 001 Matrix objectToMatrix 001 Matrix objectToNumMatrix 001
Matrix reverse 002 NumMatrix addMethod 027 NumMatrix append 012 NumMatrix apply 009
NumMatrix binaryInsert 007 NumMatrix binarySearch 007 NumMatrix compare 023 NumMatrix compareEQ 023
NumMatrix compareGE 023 NumMatrix compareGT 023 NumMatrix compareLE 023 NumMatrix compareLT 023
NumMatrix compareNE 023 NumMatrix comparison functions 023 NumMatrix copy 011 NumMatrix count 009
NumMatrix defmethod 024 NumMatrix delete 014 NumMatrix insert 009 NumMatrix inside 009
NumMatrix isAtom 012 NumMatrix isEqual 020 NumMatrix isIdentical 020 NumMatrix isNumberMatrix 001
NumMatrix isObject 014 NumMatrix isType 022 NumMatrix length 017 NumMatrix makeGaussianMatrix 001
NumMatrix map 010 NumMatrix mapc 009 NumMatrix member 009 NumMatrix methodsOf 024
NumMatrix new 015 NumMatrix rank 002 NumMatrix ref 035 NumMatrix remove 008
NumMatrix resize 011 NumMatrix reverse 004 NumMatrix send 027 NumMatrix setCdr 013
NumMatrix setLastCdr 012 NumMatrix sizeof 028 NumMatrix sort 020 NumMatrix type 025
NumMatrix uniqueInsert 005 NumMatrix vectorFill 008 String isChar 001 String isCharAlphabetic 001
String isCharAlphanumeric 001 String isCharLowercase 001 String isCharName 001 String isCharNumeric 001
String isCharUppercase 001 String isCharWhitespace 001 String isEqual 001 String isEqual 002
String isObject 001 String isString 001 String isText 001 String isType 001
String isType 002 String isType 003 String sizeof 001 String string 001
String string 002 String string 003 String type 001 Symbol isCharName 002
Symbol isCharNumeric 002 Symbol isObject 002 Symbol isSymbol 001 Symbol isType 004
Symbol sizeof 002 Symbol type 002

Analytic Information Server (AIS)

AIS Component Systems

  • Smartbase Engine
  • QT C++ Libraries
  • MySQL Relational Database
  • AIS Lisp Libraries
  • Rapid Analytic Demo IDE