Community Profile

photo

sooraj ajith


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Check true if value in a matrix is increasing,decreasing or staying same
I have a matrix with x values. I want to check if the values in the matrix are increasing, decresing or are the same value. How ...

3 years ago | 1 answer | 0

1

answer

Question


Removing data from matrix
Hi, i have a set of n x 3 matrix. Such as A = [1 0 0;2 0 0 ; 3 0 0; 4 0 0 ]. I have my initial value, like [4 0 0 ]. I want to f...

3 years ago | 1 answer | 0

1

answer

Question


Random sampling and removing data
Hi, I have a set of data points = [10 10 0; 10 13 0; 10 16 0;20 10.1 0; 20 13.1 0 ; 20 16.1 0; 30 10.2 0;30 13.2 0; 30 16.2 0;4...

3 years ago | 2 answers | 0

2

answers

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago