Feeds
提问
matrices
x=[1;4;5;6; 8; 9]; A=rand(6,6); D1=[x A]; y=(1:10)'; B=rand(10,6); D2=[y B]; I want to get matrix D3 which i...
14 years 前 | 1 个回答 | 0
1
个回答提问
unequal vectors
I have a vector A for example of size 1500x1 _matrix B_ size 817x2 A and B are numeric All elements in column 1 in B ...
14 years 前 | 2 个回答 | 0
2
个回答提问
matching unequal arrays
Hi; I want to match the values of unequal arrays for a case as m=(1:6); n=[1 2 5]; output=(0 0 1 1 0 1) that is if ...
14 years 前 | 1 个回答 | 0
