photo

Abinesh G


Last seen: Today Active since 2024

Followers: 0   Following: 0

Statistics

All
  • Solver
  • Thankful Level 2
  • First Review

View badges

Feeds

View by

Solved


Return area of square
Side of square=input=a Area=output=b

1 day ago

Solved


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

1 day ago

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

1 day ago

Question


Create (equal density) spaced vector in MATLAB
I would like to create a spaced x-axis vector. linspace() results with the equally spaced vector. However, applying linspace to ...

5 days ago | 1 answer | 1

1

answer

Question


Faster alternate to all() function
I am running a simulation of 100s of thousands loop and I am noticing that inside the each loop an all() function consumes almos...

1 month ago | 3 answers | 0

3

answers