Community Profile

photo

A


Last seen: 2 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to find closest values within a matirx
Hi have a matirx [NAN NAN NAN 7 8 9; NAN NAN 5 7 8 7; 4 8 6 8 3 4; 4 7 0 1 1 4] How do I replace the NAN values with the...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Split matrix into square cells
I have a matirx 2-d matix where 1st colum is x and 2nd colum is y [1 2 3 12 56 7; 4 5 6 5 6 8; 7 8 93 43 ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Setting up Matrix in a Different way
I have a Matrices as: A=[1 10 12;2 12 3; 3 15 4; 4 16 7; 5 18 9; 6 10 10; 7 12 9; 9 5 6]; B=[3 9 8; 4 8 3; 5 2 5; 7 10 2; 8...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Subtracting Matrices in Special way
I have a Matrices as: A=[1 10 12;2 12 3; 3 15 4; 4 16 7; 5 18 9; 6 10 10; 7 12 9; 9 5 6]; B=[3 9 8; 4 8 3; 5 2 5; 7 10 2; 8...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Deleting Rows in a matrix
I have a matrix: A=[1 2 3; 5 6 7; 9 3 5; 9 5 2; 0 6 2; 7 3 6; 3 5 9; 0 2 4]; And another m...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Printing and Plotting after each loop
I have a for loop where the structure is like this A=[1 3 4;3 5 6] U=[] for i=1:10 ... U=A end how would I print U matir...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Running Matrix with large amounts of data
suppose i have matrix Ui which has around 500,000 points and i have a code like this: Ni=[]; Pi=[]; Ni=[100 100 100]; Pi=[10...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Replacing Matirx after each loop
suppose i have matrix A and i do this: A=[13 4 6; 3 6 7;2 3 5]; then i set matrices B=[] C=[] and I set the highest A(1,:)...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Separating Matrix Rows into two different vectors
I have a matrix A=[1 3 5;1 5 6;3 9 10;3 5 6;1 4 5;3 5 6; 9 6 7; 1 5 8; 3 6 0]; and i would like to seperate in in terms of th...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to iterate so it will converge
Hi so im trying to iterate this code so that it will converge, but Im not getting how to do it. I did it manually, but im not ab...

4 years 前 | 1 个回答 | 0

1

个回答