Community Profile

photo

Tadas Grauzinis


Vilnius Gediminas Technical University

Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Question


Help with a script that calculates bending moment of cantilever beam.
I have an array ssmat= [ 10 9 7 6 3 2 1 0; 0 20 5 0 0 15 10 0; 0 10 0 ...

4 years ago | 2 answers | 0

2

answers

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

4 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

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

4 years ago

Question


Assigning values from one array to another if certain specifications are met.
I have a few arrays A= 0 1 2 3 6 8 9 10 0 0 0 0 0 0 0 0 0 ...

4 years ago | 2 answers | 0

2

answers

Question


Array, grouping elements, adding their corresponding values and sorting from left to right
Greetings Im struggling with this problem. So I have an array : X_Y=[4 7 6 9 7 10; 0.08 0.02 0.24 0.06 0.48 0.12] and I need ...

4 years ago | 1 answer | 0

1

answer