photo

Mohammad Sadegh Eshaghi


Last seen: 2 maanden ago Active since 2022

Followers: 1   Following: 0

Message

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

All
  • First Answer
  • Solver

View badges

Feeds

View by

Solved


Global usage
This Challenge is to utilize Global variables. Global variables are risky as the subroutine may inadvertently and unwantingly...

ongeveer een jaar ago

Solved


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

ongeveer een jaar 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:...

meer dan 2 jaar ago

Solved


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

meer dan 2 jaar ago