Feeds
提问
comparing two matrix for similar matrix
So i have matrix A and matrix B and i want to create a matrix C with all the terms that are not alike. What ive tried using is i...
8 years 前 | 1 个回答 | 0
1
个回答提问
Removing like terms in a matrix
Let say i have to matrix A and B and wanted to produce a matrix C with the different terms of A and B. A = [1 2 3 4 5 6 7 8...
8 years 前 | 3 个回答 | 0
3
个回答提问
Generating Array from nested loops
So Ive been trying to create an array of 4 numbers using nested loops The first number goes from 1:5 The second number goes f...
8 years 前 | 1 个回答 | 0
1
个回答提问
array sorting 2D
Lets say I had a matrix A A = [ 5,2,3,6,8; 3,9,5,7,2; 4,3,2,1,11] so that when i sorted the matrix the...
9 years 前 | 2 个回答 | 0
2
个回答提问
how do I remove rows with duplicated values?
let say i have matrix A A = [1 2 3 4 5; 3 5 7 9 11; 1 1 4 5 7; 3 5 6 6 9; 1 4 10 15 16] a...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to create a matrix using nested for loops
t=linspace(0,2,100); x=linspace(0,1,50); n=linspace(1,5,5000); sum=0; for x1=0:50 for t1=...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to get one table instead of multiple tables.
this is my code for i=1:100 num = randi([1 75], 1, 5); ex_num = randi([1 15], 1 , 1); x=sort(num); s =...
10 years 前 | 1 个回答 | 0
