cat command
"Charles Williams" <[email protected]>
| Newsgroups | gmane.comp.lib.mtl.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I am converting my Matlab code to C++, using MTL, and freqently encounter a cat() command. In Matlab, CAT(DIM,A,B) concatenates the arrays A and B along the dimension DIM. Is there a good way to do this using MTL? How would you attack this operation? Thanks, Charles