Community Profile

photo

abdelmalek bellal


Last seen: 4 years ago Active since 2020

Statistics

All
  • Personal Best Downloads Level 1
  • Explorer
  • First Submission
  • Solver

View badges

Content Feed

View by

Submitted


Algorithm for matrices product
The extensive program is used as a reference for how the product of matrices is generated in MATLAB

4 years ago | 2 downloads |

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

4 years 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...

4 years ago

Solved


Convert a temperature reading from Celsius to an unknown scale
Two of the most famous temperature scales are the Celsius and the Fahrenheit scale. In reality, however, there are so many other...

4 years ago

Submitted


Encryption algorithm
Encryption algorithm used as an explicit function for coding and decoding

4 years ago | 1 download |

Thumbnail

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

4 years ago