If I have 2 cell arrays in matlab one containing user names and the other containing coordinate, how can i make the first name equals the first coordinate and so on ? for example i want user1=[xR1 yR1],....,user50=[xR50 yR50], so when i want to use coordinate [xR1 yR1] i call user1 .So how this could be done ? this is the code for the 2 cell arrays If I have 2 cell arrays in matlab one containin