Community Profile

photo

Arif Widianto


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


How to label sorted variables
Hi, Let say I have a matrix obtained from sort function, x = [1,1,3; 2,2,1; 3,3,2] with 1, 2, and 3 represent sor...

4 years ago | 1 answer | 0

1

answer

Question


How to get all values existing in arrays/matrices?
Hello, Let say I have a 3-by-2 array with random integer values. For example, myArray = [98 56; 58 52; 100 56]; What I wa...

4 years ago | 3 answers | 0

3

answers

Solved


Add two numbers
Given a and b, return the sum a+b in c.

4 years ago