photo

Mohammad Sadegh Eshaghi


Last seen: 3日 前 2022 年からアクティブ

Followers: 1   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

統計

All
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

12ヶ月 前

解決済み


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

約1年 前

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

約1年 前 | 0

解決済み


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

約2年 前

解決済み


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

2年以上 前