Community Profile

photo

Yasasvi Harish Kumar


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
creating a matrix from two sets of data
Hi, This should help for y = 1:2 for x = 1:4 c(4*(y-1)+x,1) = x c(4*(y-1)+x,2) = y end end

4 years ago | 0

Solved


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

4 years ago