Feeds
질문
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 ...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
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, ...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
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 ...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
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...
10년 초과 전 | 답변 수: 2 | 0
