Vector dependance
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Akzeptierte Antwort
Sean de Wolski
am 17 Mai 2011
No.
However, if x,y are handles, toying with z could change the object being handled.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu NaNs finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!