Question


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...

ungefär 10 år ago | 2 answers | 0

2

answers

Question


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...

ungefär 10 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 10 år ago | 5 answers | 0

5

answers

Question


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...

ungefär 10 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 10 år ago | 3 answers | 0

3

answers

Question


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...

mer än 10 år ago | 1 answer | 0

1

answer