Community Profile

photo

savannah Roemer


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to divide a matrix by each column of an array, need your help!
I would like to divide each column by an array. for instance, clear clc A(1:5,1:5) = 5; B= [1 2 3 4 5 ] C=A/B ...

8 years ago | 1 answer | 0

1

answer

Question


Nested for loop Please help!
clear clc x=zeros(10,10); for j=1:10; for i=1:10; x=j+i x(i,j)=x...

8 years ago | 1 answer | 0

1

answer

Question


nested for loop keeping i constant through all, until end of j's
Hi, I am running a nested for loop for i for j end end and I would like i=1 while j=1, 2, 3, 4, 5 i=2 j=1, ...

8 years ago | 1 answer | 0

1

answer

Question


plot two matrices against each other
I'm trying to plot these values xvalues=[64.5 65 67.5 69.3 71.2 73.1 75.3 78 81.7 84.4 87.7 89.3 91.2 93.5 96.4 100]; yv...

8 years ago | 1 answer | 0

1

answer

Question


for loop maximize variable system of equations PLS help!!
how do you use a for loop to maximize a variable in a system of equations? such as 3x + 2y = cos phi 4x - 3y = 2cos phi ...

8 years ago | 2 answers | 0

2

answers

Question


specifying matrix sum with non repeating combinations
I would like to know how to ask matlab to do something like this: matrix 5by5 sum of each row =20 no repeating numbers onl...

9 years ago | 2 answers | 0

2

answers