Vector dependance

1 view (last 30 days)
Zach
Zach on 17 May 2011
If I have two vectors x and y, and then create a matrix z=[x;y], is there any way that changes made to z affect the changes to x and y?

Accepted Answer

Sean de Wolski
Sean de Wolski on 17 May 2011
No.
However, if x,y are handles, toying with z could change the object being handled.

More Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!