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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
