A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
13
Task/Array-concatenation/IDL/array-concatenation-4.idl
Normal file
13
Task/Array-concatenation/IDL/array-concatenation-4.idl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
> b = transpose(b)
|
||||
> help,b
|
||||
B INT = Array[1, 3]
|
||||
> print,b
|
||||
4
|
||||
5
|
||||
6
|
||||
> print,[a,b]
|
||||
Unable to concatenate variables because the dimensions do not agree: B.
|
||||
Execution halted at: $MAIN$
|
||||
> print,[[a],[b]]
|
||||
Unable to concatenate variables because the dimensions do not agree: B.
|
||||
Execution halted at: $MAIN$
|
||||
Loading…
Add table
Add a link
Reference in a new issue