![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14044340_1735408979597.jpg)
Symbolic Math Toolbox, Structural Analysis, Civil and Environmental Engineering, Finite Element Analysis (FEA)
Statistics
RANK
N/A
of 297 010
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
7 675 of 20 418
REPUTATION
122
AVERAGE RATING
5.00
CONTRIBUTIONS
10 Files
DOWNLOADS
35
ALL TIME DOWNLOADS
1129
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
SDOF System solution with central difference method
SDOF problems from "Dynamics of Structures, A.K. Chopra (2020)" solved numerically (central difference) and analytically.
3 månader ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/4bb8a2fe-e22f-476b-b452-a008fd9af928/38c6391e-8fa0-4888-8a53-b8577b9a2326/images/1731426375.jpg)
Submitted
SDOF System solution with recurrence interpolation
SDOF problems from "Dynamics of Structures, A.K. Chopra (2020)" solved numerically (interpolation) and analytically.
3 månader ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/a1857c72-2792-49e5-953f-f02347052755/3edc276d-9164-43f7-9531-8dacb4a50b20/images/1731409640.jpg)
Submitted
Newmarks method for structural dynamics problems
SDOF problems from "Dynamics of Structures, A.K. Chopra (2020)" solved numerically (Newmark, Centeral difference) and analytical...
6 månader ago | 5 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/da5a38a4-930c-464d-aca7-ed5353879910/3b2c989c-b170-45d9-b434-6b492558b37c/images/1725212162.png)
Submitted
Finite-Element-MATLAB
MATLAB Finite Element Codes developed based on Petter I. Kattan's Guide to Finite Elements
6 månader ago | 2 downloads |
Submitted
Haftka-Optimization-2005
EGM 6365-Structural optimization fall 2005 University of florida
6 månader ago | 1 download |
Submitted
Thick-cylinder-subjected-to-internal-pressure
Lame’s problem - Thick cylinder subjected to internal pressure
6 månader ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/44653bdc-8753-4cab-a7e4-0768caf65c7e/fbb83a02-40c1-4239-823e-193053fb4ad5/images/1724064201.png)
Submitted
Blast Critical Distance (BCD)
Determine BCD with charge weight and admissible pressure.
mer än 2 år ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/b457db73-74a3-4ff9-86b3-f1d8cb116da1/5971b0a1-ef7e-47c3-ac52-b6fa72aafff9/images/1630324547.jpeg)
Solved
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 ...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
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 ...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...
mer än 2 år ago
Solved
Find MPG of Lightest Cars
The file |cars.mat| contains a table named |cars| with variables |Model|, |MPG|, |Horsepower|, |Weight|, and |Acceleration| for ...
mer än 2 år ago
Solved
Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...
mer än 2 år ago
Solved
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 ...
mer än 2 år ago
Solved
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,....
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
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...
mer än 2 år 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:...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
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...
mer än 2 år ago
Solved
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...
mer än 2 år ago