photo

abdelmalek bellal


Last seen: 6 years ago Active since 2020

Followers: 0   Following: 0

Statistics

All
File Exchange

2 Files

Cody

0 Problems
4 Solutions

RANK
N/A
of 301,383

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
15,989 of 21,252

REPUTATION
9

AVERAGE RATING
1.00

CONTRIBUTIONS
2 Files

DOWNLOADS
3

ALL TIME DOWNLOADS
93

RANK
69,949
of 174,306

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

View badges

Feeds

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

6 years ago | 2 downloads |

1.0 / 5

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

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

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

6 years ago

Submitted


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

6 years ago | 1 download |

0.0 / 5
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:...

6 years ago