Community Profile

photo

Isak Wust


Last seen: 2 years ago Active since 2017

Statistics

All
  • Solver

View badges

Content Feed

View by

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

5 years ago

Solved


Summing Digits within Text
Given a string with text and digits, add all the numbers together. Examples: Input str = '4 and 20 blackbirds baked in a...

5 years ago

Solved


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

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

5 years ago

Question


What is the "visibility" of a variable between scripts, particularly in a Live script?
% portion of first section in live script grid1 = [546500, 8210000; 576500, 8230000]; % portion of second section in liv...

6 years ago | 0 answers | 0

0

answers