Please I want a help from you .
I have 3 vectors with values x=[2,4] y=[5,6] z=[2,1]
I want to say that [u,v,c]=[x,y,z]
and I want to use (obligatory) this formula :
[u,v,c]=???
I can say for example : a=[x,y,z]
but this is not allowed for our assignment .
I tried many time but Matlab said (too many arguments).
please help me.
Please I want a help from you . I have 3 vectors with values
Share
Use
deal, which matches up input and output lists: