photo

Mohammad Sadegh Eshaghi


Last seen: 4 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Mensaje

Programming Languages:
MATLAB
Spoken Languages:
English

Estadística

All
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


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

10 meses hace

Resuelto


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

10 meses hace

Respondida
interaction between matlab and SAP2000?
You can find a comprehensive example in the link: https://github.com/eshaghi-ms/MATLAB-and-SAP2000

10 meses hace | 0

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 años hace