photo

Oskore Mune


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


taking the sum and average of a matrix using for loops while excluding two elements?
As an example I am taking the sum and average of a matrix x = [10 7 7 6 7 7 8 5 7 7] I want to exclude the values 10 and 5 an...

6 years ago | 1 answer | 0

1

answer

Question


What part of my code do i change to print my triangle flipped?
Hey so i am trying to print this triangle <<https://www.mathworks.com/matlabcentral/answers/uploaded_files/115777/right%20tri...

6 years ago | 1 answer | 0

1

answer

Question


taking average of single columns and rows of matrix using for loop
I need help using for loops to take the average of the numbers contained in single columns and rows of a matrix. How would I go ...

6 years ago | 1 answer | 0

1

answer

Question


Trying to print a triangle on screen
I'm trying to print a triangle like this <</matlabcentral/answers/uploaded_files/115777/right%20tri.PNG>> but i get t...

6 years ago | 1 answer | 0

1

answer

Question


How to plug individual matrix values into a formula
I have a 50x2 matrix and I want to plug in the individual values into a formula of D=(L*W)/(L+W) and make an output matrix with ...

6 years ago | 1 answer | 0

1

answer

Question


How do i make a matrix like this
I'm trying to make a matrix with two columns. The second column is from .5 to 20 with .1 increments and i want the first col...

6 years ago | 1 answer | 0

1

answer

Question


My code works except variable s remains fixed to 20 when it should be changing depending on the values of input for variable x
Can someone help me with my code? I'm trying to calculate the cost (x), taxes (t), and shipping cost (s) but for some reason the...

6 years ago | 1 answer | 0

1

answer