photo

UH


Last seen: 4 months ago Active since 2022

Followers: 1   Following: 0

I pretend to do research and, out of boredom, explore things which are not at all relevant my profession or research. Consequently, sometimes, I end up creating extremely useless stuff that no one has ever thought of.

Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Structural Mechanics, Civil and Environmental Engineering

Statistics

All
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Thankful Level 3

View badges

Feeds

View by

Solved


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

11 months ago

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

11 months ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

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

11 months ago