Community Profile

photo

jesus escareno


City College of New York

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 3 answers | 0

3

answers

Question


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

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 7 jaar ago | 2 answers | 0

2

answers

Question


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

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 9 jaar ago | 1 answer | 0

1

answer