질문


How can I find the first row of a specific number in a matrix?
Hello Matlab Users, * I have a A matrix: * A=[2 4;2 10;2 15;5 14;6 7;6 15;8 16;8 10] and I want to see the first row wh...

대략 10년 전 | 답변 수: 2 | 0

2

답변

질문


Creating sub-matrices using one matrix
Let's say I have such a matrix: A=[1 3;2 4;2 5;0 0;4 5;4 7;0 0;5 6;0 0 ] %I want to divide it into submatrices limiting with...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


How can I convert A matrix to B matrix below?
I want to convert A=[a11 a12 a13; a22 a22 a23; a31 a32 a33] to B=[a11 a11 a11; a11 a...

대략 10년 전 | 답변 수: 5 | 0

5

답변

질문


Could you help me solving the question regarding to coordinates, please?
Let's say I have such points: * A=(2,4) * B=(2,10) * C=(2,15) * D=(5,14) * E=(6,7) * F=(6,15) * G=(8,16) * H=(8,10) a...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


Can you help me solving that?
A=[1 2 3 4 5 6 7 8 9 10] B=[a b c d e f ] I want to create such a matrix as a result: C[1+a 1+b 1+c 1+d 1+e 1+f ; 2+a...

대략 10년 전 | 답변 수: 3 | 0

3

답변

질문


Creating a matrix with random numbers according to a condition
I want to create let’s say nx1 sized 'Result' matrix and I am putting the results of A1-B1,A2-B2,…An-Bn in each cell according...

10년 초과 전 | 답변 수: 1 | 0

1

답변