photo

Mohammad abazari


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

Followers: 0   Following: 2

統計

All
  • GitHub Submissions Level 3
  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 2
  • CUP Challenge Master
  • Community Group Solver
  • Introduction to MATLAB Master
  • First Review
  • Solver
  • First Submission
  • Explorer

バッジを表示

Feeds

表示方法

送信済み


SDOF System solution with central difference method
SDOF problems from "Dynamics of Structures, A.K. Chopra (2020)" solved numerically (central difference) and analytically.

11日 前 | ダウンロード 1 件 |

Thumbnail

送信済み


SDOF System solution with recurrence interpolation
SDOF problems from "Dynamics of Structures, A.K. Chopra (2020)" solved numerically (interpolation) and analytically.

12日 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Newmarks method for structural dynamics problems
SDOF problems from "Dynamics of Structures, A.K. Chopra (2020)" solved numerically (Newmark, Centeral difference) and analytical...

3ヶ月 前 | ダウンロード 2 件 |

Thumbnail

送信済み


Finite-Element-MATLAB
MATLAB Finite Element Codes developed based on Petter I. Kattan's Guide to Finite Elements

3ヶ月 前 | ダウンロード 1 件 |

送信済み


Haftka-Optimization-2005
EGM 6365-Structural optimization fall 2005 University of florida

3ヶ月 前 | ダウンロード 2 件 |

送信済み


Thick-cylinder-subjected-to-internal-pressure
Lame’s problem - Thick cylinder subjected to internal pressure

3ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Blast Critical Distance (BCD)
Determine BCD with charge weight and admissible pressure.

約2年 前 | ダウンロード 5 件 |

Thumbnail

解決済み


Count consecutive 0's in between values of 1
So you have some vector that contains 1's and 0's, and the goal is to return a vector that gives the number of 0's between each ...

約2年 前

解決済み


Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
For a row vector: V=[7 1 2 -3] there is one sign change (from 2 to -3). So, the function you write must return N=1. F...

約2年 前

解決済み


Symmetry of vector
Determine whether the vector is symmetric or not (vector could be even or odd in length). For example: x = [1 2 3 3 2 1] is s...

約2年 前

解決済み


Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not coun...

約2年 前

解決済み


Is the Point in a Triangle?
Check whether a point or multiple points is/are in a triangle with three corners Points = [x, y]; Triangle = [x1, y1; x...

約2年 前

解決済み


Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 1 ...

約2年 前

解決済み


Rescale Scores
Each column (except last) of matrix |X| contains students' scores in a course assignment or a test. The last column has a weight...

約2年 前

解決済み


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

約2年 前

解決済み


Find MPG of Lightest Cars
The file |cars.mat| contains a table named |cars| with variables |Model|, |MPG|, |Horsepower|, |Weight|, and |Acceleration| for ...

約2年 前

解決済み


Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...

約2年 前

解決済み


Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

約2年 前

解決済み


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

約2年 前

解決済み


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

約2年 前

解決済み


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

約2年 前

解決済み


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

約2年 前

解決済み


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

約2年 前

解決済み


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

約2年 前

解決済み


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

約2年 前

解決済み


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

約2年 前

解決済み


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年 前

解決済み


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

約2年 前

解決済み


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

約2年 前

解決済み


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

約2年 前

さらに読み込む