Union of two dynamic vectors

Questions about MultiCharts and user contributed studies.
User avatar
PLB
Posts: 13
Joined: 28 Nov 2019
Has thanked: 6 times

Union of two dynamic vectors

Postby PLB » 17 Jan 2021

Good evening, I would like to ask you this question.
I have:
1 vector A of dimension X
1 vector B of dimension Y
I want to create a vector C of dimension Z = X + Y

how can I?
Thanks a lot :-)

MAZINGUER
Posts: 75
Joined: 06 Jan 2017
Has thanked: 9 times
Been thanked: 25 times

Re: Union of two dynamic vectors

Postby MAZINGUER » 18 Jan 2021

Hi,
As far as I know, you can only perform operations between vectors that have the same dimension.
Anyway, you give very little information about what you want to do.
Regards

User avatar
PLB
Posts: 13
Joined: 28 Nov 2019
Has thanked: 6 times

Re: Union of two dynamic vectors

Postby PLB » 18 Jan 2021

Hi, thank you for your reply. I thought there was an instruction to join two vectors similar to the "arraycopy" :(


Return to “MultiCharts”